XML
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
How do i create an entry for an control in xml if the name contains "< >" characters. for Ex: name="[9] somename"
You need to replace those special chars. Use this: xml encode/decode[^] Calin