PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → XMLDocumnet  XML VAlidDocument
XMLDocumnet XML VAlidDocument
Débuté par wduser, 18 juil. 2018 12:41 - 2 réponses
Posté le 18 juillet 2018 - 12:41
Hi,

In version 23 I cannot work with these ??

The XMLDOCUMENT var works onley in this syntax:

xmldoc is xmldocument ,Descrtiption= "XMLfile" >

It doesnot work from a string?

XML validDocument used to work without an XSD . If nothing was entered it would take the xml that was used with the declaration of the xmlDocumnet var.

Any one an idea . This is a bug isn't it . Since the help files states nothing about this ??

regards



R
Posté le 19 juillet 2018 - 12:35
Hi. For me XML processing functions are working fine.

Read https://help.windev.com/en-US/…

You have the option "fromstring".

The "description" field is for define the XSD file name to check the XML integrity.

Rubén
Posté le 20 juillet 2018 - 17:00
Hi

Solution:

put wl. before the procedures
The thing was: The same name was used in a view dot.net extension

By adding wl before the name the compiler nows what it is


regards