Re:xsl:text output literal text - Solved

Subject: Re:xsl:text output literal text - Solved
From: Rhonda Fischer <rhonda@xxxxxxxxxxxxxx>
Date: Tue, 06 Jun 2000 07:44:20 +0000
Howdy Mike,

Thanks again for your help. As it turns out I think my problem
was white space and perhaps some hidden escape characters?

I had been separating lines of text with carriage returns and
spaces to sit neatly inside the code.

<Content>
    <Para>
          Ablock of text. Ablock of text. Ablock of text. Ablock of
text. A
          block of text.Ablock of text.Ablock of text. Ablock of text.
    </Para>
</Content>

While  the   com.jclark.xsl.sax.Driver worked.
I had changed to com.icl.saxon.StyleSheet which was not tolerent
to the extra space and returned a Null error message.

So all is well and works.

Kind Regards
Rhonda



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread