Jump to content

Modifying XML tag attributes/properties in .net


Recommended Posts

I've got an XML document that returns various bits of information from my webservice. The tags and some values are created inside a stored procedure. I then load the XML into a domXML object in .net because I want to insert a PDF file into the <PDFFILE> tags that were created in the SP.

Question: I need to change the property/attribute of the <PDFFILE> tag to tell the client(webservice) that it is base 64 encoded. e.g. <PDFFILE xmlns:dt=""urn:schemas-microsoft-com:datatypes"" dt:dt=""bin.base64"">

How do I go about changing this in .net?

Any help would be most appreciated.

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...