I realise that I will probably regret asking about this for the rest of my life, but... Is there some way of applying XSLT to an XML file without the XML file havin
Simple method here
http://www.devguru.com/content/technologies/xml_dom/16058.html
This method supports both standalone and embedded style sheets, and additionally provides the ability to run a localized style sheet fragment against a particular source node.
This method processes this node and its descendants using the specified XSL stylesheet, and returns the resulting transformation.