xsl-list
[Top] [All Lists]

Re: [xsl] Generating barcode SVG-files

2006-04-10 23:26:50
cknell(_at_)onebox(_dot_)com wrote:
<xsl:result-document> is better if what you are trying to achieve is more than one 
output per transformation. It's better because <xsl:document> is used to create an 
intermediate document upon which you intend to do further processing in the same 
transformation. Of course, if you don't intend to output multiple documents from a single 
transformation, it's hard to see why you would use it at all.

In any case, neither is available in XSLT 1.0. That's important because your 
stylesheet is declared as a 1.0 stylesheet.

It's not clear what this has to do with the sample input and stylesheet you 
provided. If you explain your problem a little further, someone will be able to 
help.

I would like to generate 100.000 barcodes (2to5 interleave, that represents a number). The way that I planned to do that is to read out a number X from a database, and make barcodes for X, X+1, X+2 .......... X+99999 and dump each barcode to a X.svg, X+1.svg..... files. My previous example was not very good, sorry for that.

--
Asbjørn Thorsen

"HAKONA MATATA" ;-)


--~------------------------------------------------------------------
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>