xsl-list
[Top] [All Lists]

RE: [xsl] Obtaining Graphic File Widths

2006-07-10 13:57:42
 
That doesn't sound compliant. What processor is that? 
document() shouldn't care what the name of the file is, as 
long as it parses (and unless your SVG is broken, it does).

Actually, the implementation can be as choosy as it likes about which
documents it is prepared to read. It can certainly depend on the protocol
(URI scheme) and it can also depend on the media type. I think it would be a
little unusual for a file to be rejected because it has the wrong media
type, but it's not beyond the bounds of possibility. Rejecting files that
have no "x" in the name would be even more unusual, but not non-conformant.

Michael Kay
http://www.saxonica.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>
--~--