LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

XML "strange" characters handling

Hello
 
From what I know XML tags do not suport spaces " ", numbers, or "<", ">", "ä", "ö", "ü", "ß", etc...
Also some characters are not supported even as tag values "<", ">" ...
Is there stilll a posibility to have them as tags? maybe use double quotes <tag"ä">value < something</tag"ä">?
Thank you.
 
0 Kudos
Message 1 of 2
(3,122 Views)
Well, I think in HTML, the ">" is &gt (greater than) and the "<" is &lt (less than).  In a similar manner, I think I recall &sp is " ".

I'm sure the others are possible too, but these I think should work.

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 2 of 2
(3,119 Views)