Serializing CDATA

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bennett
    New Member
    • Jul 2007
    • 12

    Serializing CDATA

    Hi

    I have managed to get my head around arrays in serializtion, however, i need a node that could contain foreign characters or >,< etc.

    How can i do cdata in serializtion

    Code:
    Public DESCRIPTION As XmlCDataSection
    but when i try and add data,

    Code:
    object.DESCRIPTION.VALUE = "test desc"
    it doesn't work I end up getting an object reference not set error.

    Anyone come across this problem before, by the way I am using VB to write this.

    Regards
    Liam
Working...