Hi,

this is not an XSLT list. Ask on the xalan users list of take a look at a tutorial. Most go through an example of what you want.

Gareth

Bovy, Stephen J wrote:

I would like to find a simple xsl template to convert something like
this:

<Purchase-Orders

<Purchase-Order> <name>Steve Bovy</name> <address>9301 Pali Ave</address> <phone-number>818-352-9917</phone-number> <part-number> 1234</part-number> <quantity>-1</quantity> <price>-15.41</price> <total>-45.32</total> </Purchase-Order>

<Purchase-Order> <name>John Doe</name> <address>Never Land</address> <phone-number>818-999-9999</phone-number> <part-number> 3241</part-number> <quantity> 20</quantity> <price> 15.41</price> <total> 45.32</total> </Purchase-Order> </Purchase-Orders>


Into a Displayable HTML "table"


Has anyone written somehting like this, or can point me to such a
template ????



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



-- Gareth Reakes, Managing Director Parthenon Computing +44-1865-811184 http://www.parthcomp.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to