An XSLT will have either:
<
xsl: outputmethod="html" />or
<
xsl: outputmethod="xml" />(editable by end-user). Is there any way I can detect/retrieve the value of the method in my XSL code so that I can act on it? I haven't found one....
An XSLT will have either:
<
xsl: outputmethod="html" />or
<
xsl: outputmethod="xml" />(editable by end-user). Is there any way I can detect/retrieve the value of the method in my XSL code so that I can act on it? I haven't found one....