PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
XML Viewer
Published by Muy Maton
in the category Tools
New features
Description
Little project showing how to make an XML file viewer using a Treeview Table.

Very easy to implement on another projects that you may have.
Illustrations, screen shots
none
none
User reviews
(To evaluate this resource, click 'Write a review')
Bob
Nice little viewer. It needs a small fix in the initialization of Win_XML code replace "XMLDocument("XML",sCont)" with the code below to be warned when a document is not strict XML. That is it looks like XML but isn't true XML.

bNresult is boolean = XMLDocument("XML",sCont)
IF bNresult = False THEN
Info(ErrorInfo(errFullDetails))
Close(MyWindow)
END
ABOUT
RATING:
3.1666666666676(6)
DOWNLOADS:
935
PUBLISHED:
February 04, 2011
VERSION:
CONCERNS:
WINDEV
SIZE:
69.3 KB
OF SAME DEVELOPER