[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

PIs with XT


Subject: PIs with XT
From: "Beckers, Marc" <Marc.Beckers@xxxxxxxxxxxxxx>
Date: Tue, 21 Mar 2000 17:06:59 +0100

Hi,
converting documents from a proprietary DTP system to
XML, I am able to trap hard carriage returns and turn them
into processing instruction <?newline?>.

My XSL stylesheet for HTML then has:

<!-- processing instruction for new line -->
  <xsl:template name="processing-instruction(newline)">
    <br/>
  </xsl:template>

The output HTML shows nothing.
I get the same result with <xsl:template name="processing-instruction()">.
I am using XT on Windows NT. I cannot find anything about XT not
supporting the Xpath expression for PIs in the XT doc. <stuck/>.

Can anyone shed light?

Thanks,
Dr. Marc Beckers
Documentation Consultant
Software AG
Uhlandstraße 12
D-64297 Darmstadt
Phone +49-6151-92-1322
Fax              -1612
mailto:Marc.Beckers@xxxxxxxxxxxxxx
http://www.softwareag.com


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



Current Thread
  • PIs with XT
    • Beckers, Marc - Tue, 21 Mar 2000 17:06:59 +0100 <=
      • <Possible follow-ups>
      • G. Ken Holman - Tue, 21 Mar 2000 11:31:38 -0500
        • stu - Wed, 22 Mar 2000 09:24:08 +0000
Keywords