Go to file
kingecg b766d57d4b chore: update module path to git.kingecg.top 2025-06-26 01:14:02 +08:00
.gitignore
LICENSE
README.md
atom_test.go
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
marshal_test.go
prefix_test.go chore: update module path to git.kingecg.top 2025-06-26 01:14:02 +08:00
read.go
read_test.go
typeinfo.go
xml.go
xml_test.go

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.