Menu

Light Xml Parser / News: Recent posts

Xml Parser 1.0 Beta 3 Released

What's New-
-Full Namespaces Support
-Attribute Support
-Text Node
-LoadXml method to load current element using xml string.

ChangeLog
-ChildNodes poroperty is now readonly
-Correct parsing of Namespaces
-Now using generics to add or remove element types.
-Custom collections for namespaces and attributes
-Now Load Uncorrect xml string until an error found
-correct InnerXml Property

Posted by Anonymous 2006-06-17

Xml Parser 1.0 Beta 2 Released

More stable version

Changes -
+addition of Default Namespace property
*Namespace properties moved from node to element
*fixed a major bug in xml generation which occurs when namespaces is used.
*correct parsing of comment Node
*correct parsing of xml if element is empty element
*XmlLanguage renamed to XmlLang
*AddElement renamed to AddChildElement
*RemoveChild renamed to RemoveChildElement
*Now AddChildElement and RemoveChildElement returns the added and removed Node.

Posted by Anonymous 2006-05-30

Light Xml Parser 1.0 beta released

A small, efficient and "easy to use" library to manipulate XML in .Net 2.0 without the support of Style Sheets, scripts or other "WWW-based" XML document requirements.

Posted by Anonymous 2006-05-17