Re: [xsl] Dynamic output method

Subject: Re: [xsl] Dynamic output method
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Sun, 13 Feb 2005 08:21:26 +1100
Karl,

Even in XSLT 1.0 there's a way to get either 
   method="xml" 
or
   method="html"

If a value for the "method" attribute is not explicitly specified and
the generated top element by the transformation is with local-name
"html", then the method used for serialisation will be "html",
otherwise it will be "xml"

Current Thread