XML encoding options

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jamie Geiges

    #1

    XML encoding options

    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!
  • Roy Osherove

    #2
    Re: XML encoding options

    you can encapsulate the text with these chars inside a CDATA tag. That
    should do it.
    ---
    Regards,

    Roy Osherove


    On Thu, 6 Nov 2003 10:59:58 -0800, "Jamie Geiges"
    <jamie_geiges@c ountrywide.com> wrote:
    [color=blue]
    >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![/color]

    Comment

    Working...