- Built-in XsltExtensionLibrary for easier coding of your XSLT files
- Extending the IXmlSerializable interface with IXmlSerialization - for the benefit of the experienced XML user
- Intelligent XmlSerializer, named XmlSerialization (with interface IXmlSerialization) due to obvious naming conflict, that is born without the (by MS design) serialization performance penalty (temp. assembly when using XmlRootAttribute)
- AutomatedXmlSerialization - either completely automated with favour of either XmlElement or XmlAttribute (as the class name indicates) or partial/complete with reflection attribute control
- Serilization can be specified to use signature caching; improving the overall performance of repeatingly serializations
- Experimental implementation of a XmlCompatctor/Obfuscator; reduces the size of any XML document, preserving the XML structure
- Many utility classes to support your work, eg.: XmlUtility, XsltUtility, XPathUtility, XmlSerializationUtility and so forth
- Supported namespaces so far:
© 2008-2012 MuchMore. All rights reserved.