Add two forgotten print methods for ordering XMLNode attributes in the XMLNodeUtilities2 class
Add two removeAttribute methods which take care of the attributes order
Allow the XMLNodeIncluder to keep the order of attributes in the output (true by default)
Change the API for creating a DOM Document from an XMLRoot. The factory is now not a singleton anymore and support a lot more options
Support the getElementsByTagNameNS and getElementsByTagName in the DOM Document created from an XMLRoot
Allow to keep the order of attributes when creating a DOM Document from an XMLRoot
Allow to set the schema for validation for the XMLNodeUtilities2 class and XMLDocumentFactory
Escape the quote by " rather than the " character escapement in the HTMLEscaper