Using in characters in string
-
Hey, This must be SO easy to do and must be documented SOMEWHERE but I haven't been able to find out it. What I want to do is hey But the attr doesn't work. It just doesn't display in HTML when formatted by XSL because it is converted as a tag. Hope this makes sense Robbie G
-
Hey, This must be SO easy to do and must be documented SOMEWHERE but I haven't been able to find out it. What I want to do is hey But the attr doesn't work. It just doesn't display in HTML when formatted by XSL because it is converted as a tag. Hope this makes sense Robbie G
-
So, do: <tag attr="<tag1>">hey</tag>
Shog9 ------
And on the pedestal, these words appear: "My name is Ozymandias, King of Kings, Look on my Works, ye Mighty, and despair!" Nothing beside remains.
-
How to convert a string with special caracters to a string correctly read by XML ? A special function in VC++ ? Used a MSXML parser function ? Thanks for your response !