|
| XML Import - Reserved Word |
| Iniciado por steven, 26,ago. 2017 02:48 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 26,agosto 2017 - 02:48 |
Hello,
I have tried searching the forums & WinDev Help site, however I am currently unable to find a solution to my problem.
I am trying to import an XML file from an external source, however one of the XML Nodes is named as <Currency>.
When trying to import the XML File from the XSD file description, I keep getting the following error message:
What happened? Compilation errors found in code: it cannot be run.
Error code: 1001 Level: fatal error
Dump of the error of 'wd220vm.dll' module (22.0.316.0). Identifier of detailed information (.err): 1001 Debugging information: 'currency' is a WLanguage keyword, its use is incorrect in this case. Additional Information:
Help
- Compile the code
Any advice on how I can get round the use of the reserved word?
Thanks,
Steven |
| |
| |
| | | |
|
| | |
| |
| Publicado el 28,agosto 2017 - 14:00 |
Hi Steven
- Compile the code Any advice on how I can get round the use of the reserved word?
Maybe, but not without first seeing HOW you are currently using it.
Which means that if you don't show your existing code...
Best regards
-- Fabrice Harari International WinDev, WebDev and WinDev mobile Consulting
Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM (open source)
More information on http://www.fabriceharari.com
Thanks,
Steven |
| |
| |
| | | |
|
| | |
| |
| Publicado el 31,agosto 2017 - 13:17 |
Fabrice,
I managed to find out what I could do to resolve it.
I initially tried using the Double Quotation marks, but that gave another error, however by wrapping the word in single quotes worked ok.
Thanks for the reply.
Regards,
Steven |
| |
| |
| | | |
|
| | | | |
| | |
|