xmlpull

Simple XML parsing for Plan 9 and Linux.
git clone git://r-36.net/xmlpull
Log | Files | Refs | LICENSE

test_write.xml (196B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <message to="user" from="programmer" >
      3 <value 
      4 ><!-- Here comes the message. -->
      5 Thank you for using Libxmlpull.
      6 </value>
      7 <attachments num="0" />
      8 </message>