M
mark
In order to structure a document, one attaches an XML schema and then uses
XML tags to mark pieces of data. With
Microsoft.Office.DocumentFormat.OpenXml.Packaging, I can get easily access to
the data through the MainDocumentPart.GetStream() method, unfortunately,
since the XML is a word schema vs. the specified schema, I cannot directly
use it in an ADO.DataSet, etc. That is, the data is formatted using a
structure like <w: customXML w:element = "schema_name"> instead of
<schema_name>. Is there a way (or a plan of a way) for retrieving the XML
data in the original XML schema format?
Thanks for any advice!
mark
XML tags to mark pieces of data. With
Microsoft.Office.DocumentFormat.OpenXml.Packaging, I can get easily access to
the data through the MainDocumentPart.GetStream() method, unfortunately,
since the XML is a word schema vs. the specified schema, I cannot directly
use it in an ADO.DataSet, etc. That is, the data is formatted using a
structure like <w: customXML w:element = "schema_name"> instead of
<schema_name>. Is there a way (or a plan of a way) for retrieving the XML
data in the original XML schema format?
Thanks for any advice!
mark