View Single Post
 
Old 12-06-2005, 09:04 AM
Ivo Ivo is offline
Novice
 
Join Date: Dec 2005
Posts: 2
Ivo
Default Manipulating checkboxes in XML

Hi,

I found an old topic in this forum with google that describes my problem, but since it's old and not mine, I'll make a new one.

See, like others, I'm developing an application in ASP.NET that fills an WordprocessingML document with data from a database. That's fine (except that I'm doing it manually as I have no clue about schemas :shock: sugggestions welcome). The problem arises with the checkboxes. I need to be able to check some boxes if appropriate, but it seems this information is stored as BASE64 encoded data in the XML. I haven't found any documentation about this and to be truthful, it all seems a bit icky. I would just like an easy way to use XPath to get the right node and set some sort of attribute.

What is the accepted way of dealing with this?

Thanks.
Reply With Quote