xsl-list
[Top] [All Lists]

[xsl] docbook: export to pdf, exclude a special tag

2010-09-18 12:53:14
Hello,

I'm relativly new to XML and Fo and so on... (I've read some postings in this 
mailinglist, but I wasn't so sucessful...)

I have a docbook-file (4.4) created by the wiki-software moinmoin

Then I want to export this file into pdf by

an(_at_)pc:~/docbook-xsl-1.76.0$ fop -xml ../pros.xml -xsl param.xsl -pdf 
pros.pdf


in the xml-file there are tags, which I don't want to see in the pdf-file

<revhistory><revision><revnumber>12</revnumber><date>2010-09-11 
07:06:18</date><authorinitials>02333</authorinitials></revision><revision><revnumber>11</revnumber><date>2010-07-26
 17:48:49</date><authorinitials>0523421-</authorinitials>

...
</revhistory>

how can I exclude this element <revhistory> and so everything which is between 
the start and the endtag?

Thanks

Andreas

P.S:

params.xsl

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version='1.0'>
<xsl:import href="fo/docbook.xsl"/>
<xsl:param name="paper.type">A4</xsl:param>
</xsl:stylesheet>

-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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