[xsl] xsl for apply PI to xml file

Subject: [xsl] xsl for apply PI to xml file
From: Claudius Teodorescu <claud108@xxxxxxxxx>
Date: Wed, 30 Dec 2009 07:27:23 -0800 (PST)
Hi,

I would like to ask which is the most simple and elegant
manner to apply, by using a xsl stylesheet, an processing instruction
as follows
<xsl:processing-instruction
name="xml-stylesheet">href="/exist/rest//db/xsltforms/xsltforms.xsl"
type="text/xsl"</xsl:processing-instruction>
to an xml file, in order to have the referred xsl stylesheet applied in the browser.

Thank you,
Claudius Teodorescu

Current Thread