Registry / serialization / masterzen-simplexml

masterzen-simplexml

JSON →
library0.0.0-20190410153822-31eea3082786gogounverified

Package simplexml provides a simple XML parsing and building library.

go get github.com/masterzen/simplexml
INSTALL
IMPORT
SIG · MASTERZEN-SIMPLEXM
M
masterzen-simplexml
serializationgov0.0.0-20190410153822-31eea3082786
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

simplexml
github.com/masterzen/simplexml

Create a simple XML document and output its string representation.

package main import ( "fmt" "github.com/masterzen/simplexml" ) func main() { doc := simplexml.NewDocument() doc.SetRoot(simplexml.NewElement("root")) fmt.Println(doc.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190410153822-31eea3082786latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
masterzen-simplexml — go get masterzen-simplexml · libregistry