User Tools

Site Tools


syntax:functions:isxml
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Last revision
syntax:functions:isxml [2019/10/30 20:16] – created dmitry
Line 1: Line 1:
 +=====isxml(text)=====
  
 +Returns true if the given text is an XML object.
 +
 +Namespaces are not supported.
 +
 +**Example**
 +^  Expression  ^  Result  ^
 +| isxml("XML"   FALSE  |
 +| isxml("<XML>"   FALSE  |
 +| isxml("<XML/>" |  TRUE  |
 +
 +**See also**
 +  * [[syntax:functions:isjson]]
 +  * [[syntax:functions:xmlvalue]]
syntax/functions/isxml.txt · Last modified: 2021/09/18 20:04 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki