S
Sgraves
I am parsing word documents to xml but when I open them in xml the file
structure is not define. I was thinking that maybe there is a way to give
the tags a name and then export each file.
I am creating text boxes that will be fill in with the information by
diffirent users and I want each text box to have a tag name so that I can
export the data to xml.
<Document>
<Mytexboxes>
<Textbox1>
<Title>Document Content</Title>
<Subject>XML</Subject>
<Author>Me</Author>
</Mytexboxes>
....
</Document>
structure is not define. I was thinking that maybe there is a way to give
the tags a name and then export each file.
I am creating text boxes that will be fill in with the information by
diffirent users and I want each text box to have a tag name so that I can
export the data to xml.
<Document>
<Mytexboxes>
<Textbox1>
<Title>Document Content</Title>
<Subject>XML</Subject>
<Author>Me</Author>
</Mytexboxes>
....
</Document>