LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

not valid XML values

Hello
   Can someone please reply me with all the symbols wich are not supported
in the content of XML tag values( ex. "<", ">"...etc. )?
I canot open documents with tas like: ex. "<tagName>tag < value</tagName>".
   I am not talking about symbols that are invalid tag names
( ex. blanks, numbers, nonalphabetical characters ).
Thank you.
0 Kudos
Message 1 of 3
(3,314 Views)
Hi snoopy_conti,

You might want to check out the XML page at http://www.w3.org/ .

Gavin Fox
Systems Software
National Instruments
0 Kudos
Message 2 of 3
(3,293 Views)

Use &lt; for "<"  (LT mens less than)
Use &gt; for ">" (GT means greater than)

See the following page for other special chars that are often used in HTML and XML:
http://www.utexas.edu/learn/html/spchar.html

0 Kudos
Message 3 of 3
(3,275 Views)