* Dr. Internet columnist Steve Blass offers advice on converting XML to a readable format
In last week’s column (https://www.nwfusion.com/columnists/2004/0126internet.html) you discussed converting comma-delimited files to XML. What about converting XML to a readable format?
At first glance this looks like an easy problem to solve using XML Stylesheet Language Transformation (XSLT). We match the document root with and walk through the rows of CSV data records and columns of data fields printing the contents of each field followed by a comma, with line breaks between records as follows:
Blass is a network architect at Change@Work in Houston. He can be reached at dr.internet@changeatwork.com.




