|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Basic XML problem...
Alright, I'm new to XML here, and I have a basic problem. I am using an XML file to hold information about C++, at one point I have the operators listed as follows:
<CPP> <operators> <op>+</op> <op>=</op> <op>//</op> <op><<</op> </operators> </CPP> Now, as you might imagine, the line "<op><<</op>" is not liked. How on earth can I get the "<<" operator in there? |
|
#2
|
||||
|
||||
|
Find a special char chart and convert the chars.
& # 6 0 ; = < & # 6 2 ; = > |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Basic XML problem... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|