The project is split into an API and implementations. The main API class of interest is XmlBuilder and where you should start from. At the moment ther

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-05-02 15:00:07

The project is split into an API and implementations. The main API class of interest is XmlBuilder and where you should start from. At the moment there is a single implementation StringXmlBuilder, however implementing the API is trivial, and you are free to create your own implementations.

There are several overloaded element methods to allow you to specify the namespace and/or prefixes for an element, and any attributes.

Leave a Comment