I have a rather large XML file, and I would like to show a part of it's contents in a browser. To be more specific, the browser has one frame with several links in it, when one link is clicked the corresponding content in the XML file would be showed in a 2nd frame.
What is the best approach for this ? I know you can show data with XSLT but then I would need a reference to the XSL style sheet in my XML file(and I'd rather not change the XML file). Are there other alternatives to using an XSL stylesheet or is there a way to link the XSL file to the XML file without adding changing the later in any way ?
What is the best approach for this ? I know you can show data with XSLT but then I would need a reference to the XSL style sheet in my XML file(and I'd rather not change the XML file). Are there other alternatives to using an XSL stylesheet or is there a way to link the XSL file to the XML file without adding changing the later in any way ?