Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: i need to declare a bin.base64 node without the attributes i need to declare a bin.base64 node without the attributesTo: NULL Date: 11/2/2004 2:59:00 PM i'm trying to post a pdf to an internet faxing service. the service is
giving me errors because of the bin.base64 node's attributes.:
set oElement = oXMLDoc.createElement("FileContents")
set oElement.dataType = "bin.base64"
this will generate a node with the following attributes:
<FileContents xmlns:dt="urn:schemas-microsoft-com:datatypes"
dt:dt="bin.base64">
the web service is giving me grief about the unrecognized attributes in the
node. i thought using a different method to create the node would work:
set oNode = oXMLDoc.createNode(6, "FileContents", "")
none of the 'type' constants seem to work for base64 files, however. is
there a way i can create a node that will hold base64 contents and omit the
node attributes?
tks
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
