This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Processing Instructions (like php) from xml int ohtml


<xsl:template match="processing-instruction('php')">
 <xsl:processing-instruction name="php">
  <xsl:value-of select="."/>
 </xsl:processing-instruction>
</xsl:template>

Jeff Beal
Ansys, Inc.
(724)514-3150
jeff.beal@ansys.com

-----Original Message-----
From: Georges Schmitz [mailto:georges.schmitz@heitec.de]
Sent: Thursday, July 18, 2002 12:26 PM
To: docbook-apps
Subject: DOCBOOK-APPS: Processing Instructions (like php) from xml into html

Hi all,

is there a way to get processing instructions passed through from
the xml source into html (using xsl)?

example:

...can be found in <ulink url="../tutorials/WHG/wsh.pdf">
   Syntax Highlighting in WinEdt</ulink>
   [pdf; <?php show_size("..tutorials/WHG/wsh.pdf"); ?>  KB]
...

Thanks in advance,
Georges


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