XML encoding options

  • Thread starter Thread starter Jamie Geiges
  • Start date Start date
J

Jamie Geiges

I need to store special characters in an elament inside an
XML documents. Characters might include ^,*,$,#,=
etc... .Is there a special encoding that can be used to
accomplish this? Thanks!
 
you can encapsulate the text with these chars inside a CDATA tag. That
should do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top