Go to file
程广 8ca96c74f5 update readme 2024-11-07 22:54:26 +08:00
.gitignore Initial commit 2024-11-07 22:46:51 +08:00
LICENSE Initial commit 2024-11-07 22:46:51 +08:00
README.md update readme 2024-11-07 22:54:26 +08:00
atom_test.go add code 2024-11-07 22:48:55 +08:00
example_marshaling_test.go add code 2024-11-07 22:48:55 +08:00
example_test.go add code 2024-11-07 22:48:55 +08:00
example_text_marshaling_test.go add code 2024-11-07 22:48:55 +08:00
go.mod add code 2024-11-07 22:48:55 +08:00
marshal.go add code 2024-11-07 22:48:55 +08:00
marshal_test.go add code 2024-11-07 22:48:55 +08:00
prefix_test.go add code 2024-11-07 22:48:55 +08:00
read.go add code 2024-11-07 22:48:55 +08:00
read_test.go add code 2024-11-07 22:48:55 +08:00
typeinfo.go add code 2024-11-07 22:48:55 +08:00
xml.go add code 2024-11-07 22:48:55 +08:00
xml_test.go add code 2024-11-07 22:48:55 +08:00

README.md

goxml

Forked from standard encoding/xml package v1.23.1

When decode, add support for xml tag like 'xml:"prefix:name"' and treate prefix as namespace.