RE: processing-instruction?

Subject: RE: processing-instruction?
From: "Reynolds, Gregg" <greynolds@xxxxxxxxxxxxxx>
Date: Fri, 6 Mar 1998 16:45:30 -0600
Maybe the data function?  Get the title node into a variable nl, then
(data nl) returns its contents.  Section 10.2.3, p. 138 of the DSSSL
std.

> -----Original Message-----
> From:	ssb@xxxxxxxxxxx [SMTP:ssb@xxxxxxxxxxx]
> Sent:	Friday, March 06, 1998 4:28 PM
> To:	dssslist@xxxxxxxxxxxxxxxx
> Subject:	processing-instruction?
> 
> 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


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • processing-instruction?
    • Stig S. Bakken - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id RAA07756Fri, 6 Mar 1998 17:33:43 -0500 (EST)
      • Chris Maden - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id RAA07998Fri, 6 Mar 1998 17:44:21 -0500 (EST)
      • Paul Prescod - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id RAA18779Sun, 8 Mar 1998 17:21:12 -0500 (EST)
      • <Possible follow-ups>
      • Reynolds, Gregg - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id RAA08117Fri, 6 Mar 1998 17:46:40 -0500 (EST) <=