xsl-list
[Top] [All Lists]

Re: [xsl] QR codes

2011-02-17 06:37:49
Hey again,

well SVG seems pretty trivial -- just a bunch of black squares like this:

<rect x="0" y="0" width="8" height="8" style="fill:rgb(0,0,0);" />

But I can't find the QR code specification. It seems that you have to
pay to get it from ISO.
And I was hoping standards were free and open in the 21st century...

Martynas

On Thu, Feb 17, 2011 at 11:10 AM, Andrew Welch 
<andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com> wrote:
On 16 February 2011 22:53, Martynas Jusevicius
<martynas(_dot_)jusevicius(_at_)gmail(_dot_)com> wrote:
Hey list,

is there anyway to generate QR codes
(http://en.wikipedia.org/wiki/QR_codes) in XSLT? Either natively or
via Java extension function.
SVG seems like the perfect output format for them.

Transforming to SVG is a pretty common task - if you can post the SVG
representation of a QR code, and the input to generate that from then
you should get a helpful response.


--
Andrew Welch
http://andrewjwelch.com


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