[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Testing the existence of a binary file (was: How t

Subject: Re: Testing the existence of a binary file (was: How to specify 'raw' encoding in xslt:unparsed-text-available?)
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Sun, 14 Feb 2010 11:56:43 +0100
 Re: Testing the existence of a binary file (was: How t
Since nobody answered, I tried to come up with a solution on my own.

It seems that in Java there is no such thing as a 'raw' encoding, since everything will be represented as 16-bit Unicode characters internally. http://java.sun.com/javase/7/docs/api/java/nio/charset/CharsetDecoder.html
If I supplied my own CharsetDecoder, maybe I could just ignore malformed input and unmappable characters and report success for any input of non-zero length. But I was looking for a solution that works with Saxon out of the box, not requiring users to install Java extension functions.


Looking at what I was trying to achieve, that is: testing the sheer existence of a binary file, rather than reading its raw contents, I came up with the following solution:

<sch:assert
test="saxon:try(
format-dateTime(
saxon:last-modified(
resolve-uri(
@src,
$base-uri
)
),
'[Y]'
),
false()
)"
id="ImageMissing">
Image <sch:value-of select="@src"/> must be present at its @src location.
</sch:assert>


This relies on the operating system reporting a last change date for the file in question, and of course on Saxon's built-in extension functions which will be an issue for Saxon HE users.

Gerrit


On 05.02.2010 10:21, Imsieke, Gerrit, le-tex wrote:
Dear List Members,

In Schematron using the xslt2 binding, I want to check whether image
files (whose relative path is given in a @src attribute) are present.

So in the generated XSLT file, I have code like the following.

<xsl:when test="unparsed-text-available(resolve-uri(@src, $base-uri))"/>

This works fine if @src refers to text files in US-ASCII or UTF-8
encodings, but not for PNGs oder JPEGs.

So I was looking for an encoding name that I can use as the second
argument to unparsed-text-available. But I couldn't find an encoding
such as RAW or BINARY that Java accepts (I'm using saxon 9.2.0.3 on Java
1.6.0_17).

This issue must have been raised before, but unfortunately I didn't find
previous threads on this matter.

Any hints appreciated.

Gerrit


-- Gerrit Imsieke Geschdftsf|hrer / Managing Director le-tex publishing services GmbH Weissenfelser Str. 84, 04229 Leipzig, Germany Phone +49 341 355356 110, Fax +49 341 355356 510 gerrit.imsieke@xxxxxxxxx, http://www.le-tex.de

Registergericht / Commercial Register: Amtsgericht Leipzig
Registernummer / Registration Number: HRB 24930

Geschdftsf|hrer: Gerrit Imsieke, Svea Jelonek,
Thomas Schmidt, Dr. Reinhard Vvckler

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.