XML Parser and DOM Tree Library/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
Mawalch (Diskussion | Beiträge)
KKeine Bearbeitungszusammenfassung
Zeile 49: Zeile 49:
* [[ XMLDocument Inspect DOM | '''XMLDocument [ Inspect DOM ]''' ]]<br/> Opens a graphical inspector on a DOM tree
* [[ XMLDocument Inspect DOM | '''XMLDocument [ Inspect DOM ]''' ]]<br/> Opens a graphical inspector on a DOM tree
* [[ XMLDocument Inspect XML String | '''XMLDocument [ Inspect CML String ]''' ]]<br/> Opens a graphical inspector on a parsed XML string
* [[ XMLDocument Inspect XML String | '''XMLDocument [ Inspect CML String ]''' ]]<br/> Opens a graphical inspector on a parsed XML string

=== Examples ===

Fetch an XML document (using HTTP) and extract some value from it.
In this example, a document containing ISO standard currency codes is retrieved, and the data of a currency is retrieved.

Both an example using action blocks from the standard library and an example using JavaScript elementary code is presented (the later for interested readers - you are not required to do any programming to solve this task).

Version vom 24. Februar 2022, 00:26 Uhr

Introduction

This library contains action blocks to read and manipulate XML documents.

Library Reference

Parsing

Printing

Element Extraction

XPath Access

XML Inspector

Examples

Fetch an XML document (using HTTP) and extract some value from it. In this example, a document containing ISO standard currency codes is retrieved, and the data of a currency is retrieved.

Both an example using action blocks from the standard library and an example using JavaScript elementary code is presented (the later for interested readers - you are not required to do any programming to solve this task).



Copyright © 2014-2024 eXept Software AG