Re: XML to PDF problems...........

Subject: Re: XML to PDF problems...........
From: Lars Marius Garshol <larsga@xxxxxxxxxx>
Date: 04 Feb 1999 16:18:02 +0100
* Joaquin Bravo
| 
| <fo:block xmlns:fo="http://www.w3.org/TR/WD-xsl/FO";>Este es el primer
| parrafo</fo:block>
| <fo:block xmlns:fo="http://www.w3.org/TR/WD-xsl/FO";>Este es el segundo
| parrafo</fo:block>

Try this instead:

<fo:page-sequence xmlns:fo="http://www.w3.org/TR/WD-xsl/FO";>
  <fo:simple-page-master master-name='all'/>
  <fo:block>Este es el primer parrafo</fo:block>
  <fo:block>Este es el segundo parrafo</fo:block>
</fo:page-sequence>
 
If this doesn't work, try removing the namespace stuff (fo: and
xmlns:fo).

--Lars M.


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


Current Thread