You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Stephan Schlierf <st...@vsa.de> on 2003/10/16 16:39:04 UTC

PDF-generation of selected pages

Hi,

I know it seems to be a neverending story ;-)

What I would like to do is the following:
I defined some menue entries in site.xml:
---snip---
    <methods_gl label="Methoden &amp; Richtlinien" href="methods/" 
tab="methods_gl">
        <methods_gl_index label="Was ist denn hier los ?" href="index.html"/>
        <gl_design label="Design">
            <d_precondition label="Vorbedingungen" 
href="design_vorbedingung.html"/>
            <d_model label="Modelle" href="design_modelle.html"/>
            <d_action label="Aktivitäten" href="design_aktivitaeten.html"/>
        </gl_design>
        <gl_impl label="Entwicklungsrichtlinien">
            <i_precondition label="Vorbedingungen" 
href="impl_vorbedingung.html"/>
            <java_cc label="JAVA coding conventions" 
href="impl_java_cc.html"/>
            <dbs label="Datenbanken" href="impl_datenbank.html"/>
            <cvs label="CVS" href="impl_cvs.html"/>
            <i_tests label="Entwickler-Tests" href="impl_tests.html"/>
            <dokus label="Dokumentation" href="impl_dokus.html"/>
            <code_insp label="Code inspections" href="impl_code_insp.html"/>
            <i_environment label="Entwicklungsumgebung (projektspezifisch)" 
href="impl_umgebung.html"/>
            <bugreport label="Bugreporting" href="impl_bugreport.html"/>
            <i_tools label="Entwicklungstools" href="impl_tools.html"/>
            <i_handoff label="Übergabeprozeß" href="impl_handoff.html"/>
        </gl_impl>
        <tests label="Testverfahren">
            <qs label="Der Qualitätssicherungsprozeß" href="qs_prozess.html"/>
        </tests>
        <manag_rel label="Release Management" href="manag_rel.html"/>
        <manag_change label="Change Management" href="manag_change.html"/>
        <gl_int_db label="Richtlinien für interne Datenbanken" 
href="gl_int_datenbank.html"/>
    </methods_gl>
---snip ---

Now I would like to generate one pdf-site for the <gl_impl>...</gl_impl> 
element. As far as I understood Jeffs posting 
(http://marc.theaimsgroup.com/?l=forrest-dev&m=106508959025708&w=2)
I have to define an entry in xml-forrest/src/resources/conf/sitemap.xmap.

My question is: how can I do this ? How should this entry look like for my 
example ? Is there a way besides modifying sitemap.xmap to get at it ?
(I think it's a bit cumbersomely - no offence! ;-)
TIA,
Stephan