Geir Magnusson Jr wrote:
the other question I have is "how stable is the output?" Will different VMs w/ different XSLT impls produce byte-compatible output?


First, no. If the xsl:output had indent set to 'no', then perhaps. Different processor indent differently.

You could also add:

  <xsl:strip-space elements="*"/>

to remove all the unnecessary whitespace.

But why would the output be important to be byte-compatible? (I don't see the output being versioned)

best,
-Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to