Skip to content

Commit 6194fff

Browse files
committed
FEAT: registering XML codec with POM file extension
POM is a file used by Maven; contains build information, such as required software dependencies, dependency scope, and packaging information. Example: ``` load https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-auth-api-phone/16.0.0/play-services-auth-api-phone-16.0.0.pom ```
1 parent df959a5 commit 6194fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/codec-xml.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ REBOL [
173173
register-codec [
174174
name: 'XML
175175
title: "Extensible Markup Language"
176-
suffixes: [%.xml]
176+
suffixes: [%.xml %.pom]
177177

178178
decode: function [
179179
"Parses XML code and returns a tree of blocks"

0 commit comments

Comments
 (0)