Page 1 of 1
XML Parser in PB?
Posted: Mon Jun 02, 2003 3:27 pm
by Karbon
I was searching the forum(s) for information regarding an XML parser for PB and found several posts from someone claiming to have written one but no more information than that it exists.. Does anyone have any information on it?
Thanks!
Posted: Mon Jun 02, 2003 4:37 pm
by ebs
It's not PB, but look at this message for a small XML parser (written in the
other PB) and PureBasic wrapper functions.
viewtopic.php?t=5403
Eric
Ahh! Very Nice!
Posted: Mon Jun 02, 2003 4:48 pm
by Karbon
Thanks!
Posted: Mon Jun 02, 2003 8:23 pm
by FloHimself
or you may use this pbl file to use the dllimporter tool:
xmlparser.dll
xmlzParse 1
xmlzParseFile 1
xmlzFindNode 5
xmlNodeType 1
xmlzGetTag 1
xmlzGetChildTagData 1
xmlChild 1
xmlzChildData 1
xmlzFindChild 2
xmlzFindSpecificChild 4
xmlFindDataChild 1
xmlParent 1
xmlNextSibling 1
xmlzAttribValue 2
xmlzAttribExists 2
xmlAttribCount 1
xmlzAttribName 2
xmlzLastError 0
xmlzAddSimpleChild 3
xmlzAttribToString 1
xmlzBranchToString 2
xmlzClean 1
xmlzExtractSimpleChildData 2
xmlFindNodeRecursive 5
xmlzNodeToFile 2
xmlzNodeToString 2
xmlzSetAttrib 3
xmlTreeToFile 2
xmlAddChild 2
xmlzTreeToString 2
xmlzUnClean 1
xmlFreePointers 0