B
bob_hymee
I have some XML that I would like to format as a normal page. Is it possible
to style XML data in Microsoft Word? By style I mean apply stuff like font
bolding, carriage returns, and indenting to what is in the element tags of
the XML. I'd like to style it and then save that styling and apply it to a
new set of XML that has the same structure but different data within its
tags. In other words the output should be like a regular document just that
it happens to have an underlying structure of user defined XML. Again, in
order to truly do what I need to have done it should be able to appy that
same formatting to a new imported XML document as long as the element tags
are the same.
Example:
Input -
<Name>Bob</Name>
<Profession>Programmer</Programmer>
Output -
Bob: Programmer
to style XML data in Microsoft Word? By style I mean apply stuff like font
bolding, carriage returns, and indenting to what is in the element tags of
the XML. I'd like to style it and then save that styling and apply it to a
new set of XML that has the same structure but different data within its
tags. In other words the output should be like a regular document just that
it happens to have an underlying structure of user defined XML. Again, in
order to truly do what I need to have done it should be able to appy that
same formatting to a new imported XML document as long as the element tags
are the same.
Example:
Input -
<Name>Bob</Name>
<Profession>Programmer</Programmer>
Output -
Bob: Programmer