Search found 3 matches

by sbingram
Thu Jan 22, 2015 12:07 am
Forum: XSLT and FOP
Topic: Docbook XSLT won't use SVG admon graphics
Replies: 1
Views: 1899

Docbook XSLT won't use SVG admon graphics

I'm trying to get OxygenXML to use SVG graphics for icons like the note and warning images. Right now I'm using: <xsl:template match="*" mode="admon.graphic.path"> <xsl:param name="admon.graphics.path">${frameworks}/docbook/xsl/images/</xsl:param> </xsl:template> <xsl:t...
by sbingram
Fri Jan 16, 2015 7:45 pm
Forum: XSLT and FOP
Topic: Reference value from XML inside XSLT for printing
Replies: 1
Views: 1941

Reference value from XML inside XSLT for printing

Is there a way to reference a value inside a tag on the XML page to use inside a XSLT-FO page so it will print? For example if I want to print contents of <date></date> inside the header of the page.
by sbingram
Thu Jan 15, 2015 11:42 pm
Forum: XSLT and FOP
Topic: PDF with no page breaks (not for printing)
Replies: 1
Views: 5897

PDF with no page breaks (not for printing)

Is there a way to output a PDF from Docbook that is one continuous page? I don't want to have any page breaks in the document as it will only be viewed electronically not printed. If there have to be page breaks, can they be placed such that some pages are longer than others? (e.g. first page is 12&...