Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xsl] setting EntityResolver triggered by saxon:parse()?

From: "Michael Kay" <mike@--------.--->
To: <xsl-list@-----.------------.--->
Date: 5/6/2009 7:49:00 PM
In future, please use the saxon-help list or forum (via the saxon project on
SourceForge) for questions that are so obviously product-specific.

The implementation of saxon:parse() will try to create an instance of the
class registered in the Saxon Configuration using setSourceParserClass() (or
-x on the command line). This must be an implementation of XMLReader. You
could define your own implementation of XMLReader that proxies or subclasses
a standard SAX parser after preinitializing its EntityResolver. The only
possible problem is that this parser class would also be used for other
documents, for example those read using doc() or document().

Michael Kay
http://www.saxonica.com/

> -----Original Message-----
> From: Victor Cheung [mailto:vdcheung@g...] 
> Sent: 06 May 2009 19:27
> To: xsl-list@l...
> Subject: [xsl] setting EntityResolver triggered by saxon:parse()?
> 
> Hihi all,
> 
> I'm using saxon:parse() in my stylesheet to parse documents 
> embedded into elements of my source data file (wrapped by CDATA).
> 
> Everything works beautifully except now I would like to set 
> my own custom EntityResolver so that I can pass the XML 
> parser a locally retrieved DTD file it will use to validate  
> (i.e.  I don't want it to actually go out to the Internet for 
> the www.w3.org XHTML 1.0 DTD file)
> 
> Does anyone know if there is an easy way to do this?  I looked at the
> parse() implementation and there doesn't seem to be a way to 
> hook in a custom EntityResolver.
> 
> Thanks in advance,
> -v
> 
> --~------------------------------------------------------------------
> 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@l...>
> --~--
> 


--~------------------------------------------------------------------
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@l...>
--~--



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent