Wählen Sie Ihre Sprache:

<we:xmlnode>

Since version: 3.2.0.0 | Requires endtag: yes

Description

This tag returns the content of an element from a XML document. If it is a nested element, thus the limits of the child elements are defined. The elements are analysed using the xpath phrases. The XML data may come from an URL or a XML-XFeed. If no URL or XFeed exists, the URL or XFeed of the parent element is used.

Attributes

xpath

Default value: - | since version: 3.2.0.0 | required: yes

Set this attribute to an XPath Expression.


url

Default value: - | since version: 3.2.0.0 | required: no

Set this attribute to the URL of the XML source.


feed

Default value: - | since version: 3.2.0.0 | required: no

Enter the name of a XFeed defined in the <we:xmlfeed> tag.


Syntax

<we:xmlnode xpath="attribute" [url="attribute"] [feed="attribute"]> ... </we:xmlnode>