PC SOFT
DEPOT EN LIGNE
POUR WINDEVWEBDEV ET WINDEV MOBILE

XML Viewer
Publié par Muy Maton
dans la catégorie Outils
Nouveautés
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, copies d'écran
none
none
Avis des utilisateurs
(Pour noter la ressource, cliquez sur Ecrire un avis)
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
A PROPOS
EVALUATION :
3.1666666666676(6)
TELECHARGEMENTS :
935
PUBLIÉE :
04 février 2011
VERSION :
CONCERNE :
WINDEV
TAILLE :
69,3 Ko
DU MÊME DÉVELOPPEUR