Go to file
kingecg b766d57d4b chore: update module path to git.kingecg.top 2025-06-26 01:14:02 +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 chore: update module path to git.kingecg.top 2025-06-26 01:14:02 +08:00
example_test.go chore: update module path to git.kingecg.top 2025-06-26 01:14:02 +08:00
example_text_marshaling_test.go chore: update module path to git.kingecg.top 2025-06-26 01:14:02 +08:00
go.mod chore: update module path to git.kingecg.top 2025-06-25 23:02:34 +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 chore: update module path to git.kingecg.top 2025-06-26 01:14:02 +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 omit xlmns when decode 2024-11-07 23:20:21 +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.