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.
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
Bookmarks