Is it possible to output an xml page into a .txt file?
Example
<product>
<name>bubblegum</name>
</product>
and have it ouput to a .txt file
product: bubblegum.
I can do some basic msxmlDom stuff and some basic xslt stylesheet but only see how to output a stylesheet as html or xml. Thanks for the help.
Example
<product>
<name>bubblegum</name>
</product>
and have it ouput to a .txt file
product: bubblegum.
I can do some basic msxmlDom stuff and some basic xslt stylesheet but only see how to output a stylesheet as html or xml. Thanks for the help.