> 1) You said include=true, which is the opposite of what you seem to want.

Yeah, I caught that after I sent the email.

> 2) Ignorable whitespace is a bad term. It's really "whitespace in element
> content". This is only recognized if you know what is and isn't element
> content -- in other words, if you have validated the document against a
> DTD (or _maybe_ a schema, though schema validation tends to annotate the
> Infoset rather than changing it and thus may not affect us until XSLT 2.0
> adds schema awareness... and maybe not then).

false doesn't help either I guess because I'm not validating against a DTD.
Ah well.  I did find a solution though: <xsl:strip-space element="*"/>.

Reply via email to