← Prev in month ← Prev in thread
Next in thread → Next in month →

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

From
Jeff Beal <>
Date
2002-07-18T16:58:02+00:00
ID
Thread
RE: DOCBOOK-APPS: 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


-----Original Message-----
From: Georges Schmitz [mailto:]
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
← Prev in month ← Prev in thread
Next in thread → Next in month →