i have to convert some xml information to text. The critical issue i have is that my template instantiation requires me to add extra text information to the text file. For example suppose my xml document looks like this:
<Dir Path="..">
<File>xyz.xml</File>
</Dir>
<Dir Path="C:\Temp">...
I am trying to convert an XML Configuration files to text files.I had few concerns. My schema allows creation of different formats for elements. For example if i have 2 possibilities to populate an xml file:
<Dir Path="C:\MyFolder\">
<FileName> Test.txt</Name>
</Dir>
or
<Dir...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.