Technical References - [xmlparse]

Enable the WebDNA programmer to input XML data into a WebDNA variable, after which any part of the XML structure can be readily examined using the new WebDNA XML contexts.

numero = 284
interpreted = N
texte = [xmlparse var=...&source=...][/xmlparse] Optional Tag Parameters: · var - The variable name you specify to represent the XML parsed object. · source - A URL reference to an external XML file. If 'source' is provided, the content between the [xmlparse...] and [/xmlparse] tags is ignored. For example, to parse a sample XML document file example1.xml into a WebDNA variable called 'xml_var1' ... We use the following code...
[xmlparse var=xml_var1][include file=example1.xml][/xmlparse]

the [include] tag was used to place the xml file contents between the xmlparse tags. We could just as easily 'pasted' the xml contents there as well.

Internally, the WebDNA engine 'saves' this parsed instance as an internal variable named 'xml_var1'. This saved instance can then be referenced in the other WebDNA XML contexts.

If the source url in the [xmlparse] context contains an ampersand then you need to [url]...[/url] the 'source' parameter so that any '&' in the query portion of the URL is not interpreted as a WebDNA parameter delimiter.

For example:
[xmlparse var=xml_var1&source=[url]http://www.domain.com?parameter1=1&parameter2=2[/url]][/xmlparse]
[xmlparse var=...&source=...][/xmlparse]

Optional Tag Parameters:

· var - The variable name you specify to represent the XML parsed object.

· source - A URL reference to an external XML file. If 'source' is provided, the content between the [xmlparse...] and [/xmlparse] tags is ignored.

For example, to parse a sample XML document file example1.xml into a WebDNA variable called 'xml_var1' ...

We use the following code...

[xmlparse var=xml_var1][include file=example1.xml][/xmlparse]

the [include] tag was used to place the xml file contents between the xmlparse tags. We could just as easily 'pasted' the xml contents there as well.


Internally, the WebDNA engine 'saves' this parsed instance as an internal variable named 'xml_var1'. This saved instance can then be referenced in the other WebDNA XML contexts.

If the source url in the [xmlparse] context contains an ampersand then you need to [url]...[/url] the 'source' parameter so that any '&' in the query portion of the URL is not interpreted as a WebDNA parameter delimiter.


For example:
[xmlparse var=xml_var1&source=[url]http://www.domain.com?parameter1=1&parameter2=2[/url]][/xmlparse]

DOWNLOAD WEBDNA NOW!

Top Articles:

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

F.A.Q

A compilation of some user's questions...

WebDNA Modules

A list of the currently available modules...

[biotype]

BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...

WebDNA Libraries

A list of available libraries for WebDNA...

WebDNA reference

...

Related Readings:

[convertchars]

[url]...

[lastautonumber]

displays the last auto-generated number...

[removehtml]

Removes HTML or WebDNA tags from a string of text...

[tcpsend]

A powerful feature that sends text to a TCP server program on a remote machine...

Web Hosting Control Panels and WebDNA

Web Hosting Control Panels are becoming prevelant in the industry...

[replace]

Replaces each found record in a database with the new field values...