|
Subject: processing-instruction? From: ssb@xxxxxxxxxxx (Stig S. Bakken) Date: 06 Mar 1998 23:27:50 +0100 |
I am trying to customize the modular docbook stylesheets to produce
HTML with embedded PHP3 code, which is done with <?php ?> processing
instructions.
I am trying to replace the document header with the following:
<?php
require("shared-manual.inc");
manualHeader("Section Heading");
?>
However, since processing-instruction is an atomic flow object, I
can't use the sosofo containing the "Section Heading" data when
creating the processing instruction. The PI wants a string for its
data. So I need some way of converting the "title" sosofo to a
string. Is that possible?
- Stig
--
Stig S. Bakken Guardian Networks AS
mailto:ssb@xxxxxxxxxxx Trondheim, Norway
http://www.pvv.org/~ssb/ http://www.guardian.no/
DSSSList info and archive: http://www.mulberrytech.com/dsssl/dssslist
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: How to specify the address of a, Paul Prescod | Thread | Re: processing-instruction?, Chris Maden |
| How to specify the address of a flo, Daniel Speck | Date | Re: processing-instruction?, Chris Maden |
| Month |