Click to See Complete Forum and Search --> : Link to xml and specify xsl


Dudsmack
11-30-2003, 11:58 AM
Is there a way I can link to and xml file and specify an xsl file at the same time...in other words connect and xsl file to the xml document without emebeding the xsl information into the xml file.

<a href="./test.xml" use="./test.xsl">link</a>

I know the above is improper HTML...I put that there to show what I'm talking about.

Khalid Ali
12-01-2003, 06:32 AM
most of the XSL processors that I know of work exactly the way you are asking...
http://xml.apache.org/
the link above contains open source resources(one of the best out there)
You will find an XSL processor there