cvs commit: xml-fop/src/org/apache/fop/tools/anttasks Xslt.java

2001-08-26 Thread klease
klease 01/08/26 07:20:26 Modified:src/org/apache/fop/tools/anttasks Xslt.java Log: Only build the DOM if needed for mergefile. Otherwise pass input xml file directly to the Transformer so it can find the system ID Revision ChangesPath 1.4 +13 -3

cvs commit: xml-fop/src/codegen font-file.xsl

2001-08-26 Thread klease
klease 01/08/26 07:23:04 Modified:src/codegen font-file.xsl Log: Use the key function with the external charlist.xml file so no need for mergefile Revision ChangesPath 1.9 +7 -5 xml-fop/src/codegen/font-file.xsl Index: font-file.xsl

cvs commit: xml-fop build.xml

2001-08-26 Thread klease
klease 01/08/26 07:26:24 Modified:.build.xml Log: Remove now unnecessary mergefile from xslt processing for font files. Revision ChangesPath 1.43 +15 -15xml-fop/build.xml Index: build.xml

fo:leader with start-indent

2001-08-26 Thread ivan demakov
i try to get table of content like level 1.1 level 2..2 level 3...3 with this fo fo:table fo:table-column column-width=10cm/ fo:table-column column-width=1cm/ fo:table-body fo:table-row fo:table-cell

Image Extraction From xml using xsl-fo????

2001-08-26 Thread rajeev nair
Hi all, How can I extract the image defined in xml file with img tag, in xsl-fo file so that I can get the image in pdf file. that is,my xml tagged like img src=abcd.gif/ what should be my xsl-fo code so that I can get abcd.gif in pdf. i don't want again to write fo:block fo:external-graphic

RE: Image Extraction From xml using xsl-fo????

2001-08-26 Thread Jarno . Elovirta
that is,my xml tagged like img src=abcd.gif/ what should be my xsl-fo code so that I can get abcd.gif in pdf. i don't want again to write fo:block fo:external-graphic src=file:abcd.gif/ /fo:block in my xsl file. instead i want to use xsl:template match=img xsl:template match=img

RE: Image Extraction From xml using xsl-fo????

2001-08-26 Thread rajeev nair
sir, thanx a lot for ur kind help. regards rajiv --- [EMAIL PROTECTED] wrote: that is,my xml tagged like img src=abcd.gif/ what should be my xsl-fo code so that I can get abcd.gif in pdf. i don't want again to write fo:block fo:external-graphic src=file:abcd.gif/ /fo:block in my