On Fri, 25 Jun 2010 11:18:18 +0200
"Fabien Tillier" <[email protected]> wrote:

> Hi Dave
> I think everything is explained in the previous mails on that same
> thread. To make things short, I have some RTF strings that I get from
> a database, then transform as HTML so that I can set them as a CDATA
> field in the DocBook XML.

which I *think* is not what you want? You want markup 'added' somewhere
in the process of generating HTML?


 When I try to get the complete docbook
> document to HTML using the stylesheets, it works for the embedded
> CDATA in a bibliographic section, but not when in a table.

In my experience CDATA sections rarely help with processing xml
when you want markup in the output.

Is it feasible to 'drop in' a processing instruction,
then when processing through to html, add the PI processing
to insert the required 'markup'?

that is only if the context is needed. If you know what
you want added, you could simply add it at the HTML processing
stage as 'boilerplate' html?

HTH






-- 

regards 

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to