xsl-list
[Top] [All Lists]

Re: DTD copy

2003-01-15 08:16:15
Thanks for answering me!

In fact your solution works in a xsl-fo when I edit it manually and give it
to FOP.But in my webapp, I get in the pdf result   instead of space
character.FOP problem or manipulation to do?Concerning doctype-public , no
result with XALAN2.
----- Original Message -----
From: <Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Wednesday, January 15, 2003 12:54 PM
Subject: RE: [xsl] DTD copy


Hi,


I'm working on a project involving XML,XSL,FOP.
To preserve sequence of spaces in the PDF, I've noticed that
when I code
them with entity (&nbsp;) they are kept.But there must be a

Am I correct in assuming your nbsp entity referes to NO-BREAK SPACE
character? If so, using &#xA0; will work, too, and you don't need the DTD.

DOCTYPE in the
XSL-FO that resolves the entity of course.
My problem is here: I don't know how to keep the mention of
the DTD after
having processed a XML with a XSL. I have to keep it for the
next processing
by FOP.

See xsl:output element and doctype-public and doctype-system attributes.

Cheers,

Jarno - Assemblage 23: I Am The Rain

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>