« Return to Thread: Getting started: editors, direct rendering, which DTD?

Re: Getting started: editors, direct rendering, which DTD?

by Dave Pawson :: Rate this Message:

Reply to Author | View in Thread

doug wrote:

> On Monday 15 October 2007 16:47, Dave Pawson wrote:
>> Ian S. Worthington wrote:
>>> Many thanks for your reply.
>>>
>>> Thank you for your forbearance: my wording was indeed incorrect.  I wish
>>> to *transform* the documents in the reader's browser, if this is at all
>>> possible.
>> Until you are used to docbook, xslt then I'd suggest you try
>> a command line based approach - it will reduce the frustration.
>
> Umm, I don't know if this works for real, I was hoping to get around to
> experimenting in the future, but I read someplace that
> with a mixed content document structured as follows -
>
> <?xml version="1.0" encoding="UTF-8"?>
> <book version="5.0" xmlns="http://docbook.org/ns/docbook"
>           xmlns:xhtml="http://www.w3.org/1999/xhtml">
>
>    ... main DocBook stuff ...
>    ... followed by trailing xhtml script element ...
>   <xhtml:script type="text/javascript" src="dbk2htmltrans.js" />
> </book>
>
> - potentially you could use javascript and the DOM model within the
> browser to map the docbook into HTML and render it.

http://www.w3.org/TR/xml-stylesheet/

<?xml-stylesheet type="text/xsl" href="test.xsl"?>

Since the stylesheets are quite large, this could take quite a while


HTH




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


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@...
For additional commands, e-mail: docbook-help@...

 « Return to Thread: Getting started: editors, direct rendering, which DTD?