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
but when i try and add data,
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
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
Code:
object.DESCRIPTION.VALUE = "test desc"
Anyone come across this problem before, by the way I am using VB to write this.
Regards
Liam