The example in the error.doc is incomplete. You probably forgot to
declare the namespace for Barcode4J on the root node of the XSLT. But I
would suggest you don't use the Xalan extension because that's slower
than the FOP extension. Replace the snippet in error.doc with the
following:
<fo:instream-foreign-object>
<barcode:barcode
xmlns:barcode="http://barcode4j.krysalis.org/ns"
message="{/NOTICE_DATA/NOTICE_NUMBER}">
<barcode:code39>
<barcode:height>10mm</barcode:height>
<barcode:human-readable>none</barcode:human-readable>
<barcode:quiet-zone enabled="false"/>
</barcode:code39>
</barcode:barcode>
</fo:instream-foreign-object>
On 23.01.2008 13:30:48 cferrero wrote:
>
> Using BARCODR4J i tried to replace message of the barcode with xml data
> following examples xsl and xml...
> but an error appears (i send xsl fragment and errors in document)
> http://www.nabble.com/file/p15040023/error.doc error.doc
> --
> View this message in context:
> http://www.nabble.com/BARCODR4J-tp15040023p15040023.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
Jeremias Maerki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]