xsl-list
[Top] [All Lists]

Re: [xsl] Re: Identity transformation for XSLT 2.0

2007-12-23 08:52:19
Colin Paul Adams wrote:

  Hi Colin,

doc (concat ("data:application/xml", ';base64,',
base64Binary($string-value)))

  I don't know any function named base64Binary.  If you mean
xs:base64Binary, I think it should raise an error if your string
contains anything else than the 64 allowed chars.

  Actually, I didn't find any simple way to base64-encode a string in
F&O.  Did I miss something?

doc (concat ("data:application/xml,",
             encode-for-iri($string-value)))

  I guess you mean encode-for-uri (URI, not IRI), don't you?

  After a simple test (using the string '<elem/>' and its hard-coded
base64 value 'PGVsZW0vPg==') it seems that Saxon 9 doesn't support the
data scheme, while Gestalt supports it through encode-for-uri but
raises a parsing error with the base64 encoding.

  Regards,

--drkm

























      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
http://mail.yahoo.fr


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