diff --git a/index.html b/index.html index 9abfd5c4..129cae8c 100644 --- a/index.html +++ b/index.html @@ -69,6 +69,7 @@

Parsing options

Ignore attributes
Group all the attributes
Allow Boolean Attributes
+ Ignore XML declaration
Parse attribute's value to float / integer / boolean.
Parse text-node's value to float / integer / boolean.
Remove namespace string from tag and attribute names.
@@ -203,6 +204,7 @@

Note!!

attributesGroupName: $("#attributesGroupName").prop("checked") ? "@" : false, textNodeName : "#text", ignoreAttributes : $("#ignoreAttributes").prop("checked"), + ignoreDeclaration: $("#ignoreDeclaration").prop("checked"), removeNSPrefix : $("#removeNSPrefix").prop("checked"), parseNodeValue : $("#parseNodeValue").prop("checked"), parseAttributeValue : $("#parseAttributeValue").prop("checked"),