This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PIs with XT


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@softwareag.com
http://www.softwareag.com


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]