xsl-list
[Top] [All Lists]

[xsl] Syntax on XML parser?

2010-12-02 01:30:57
Hi All,
 
What is the syntax to reference Saxon (9.1) parser when reading XML document? 
Below is an example when using Xerces parser:
     SAXBuilder builder = new SAXBuilder("org.apache.xerces.parsers.SAXParser", 
false);
 
Also like to find out what is the default parser used by JAXP such as the 
following:
 
    SAXBuilder builder = new SAXBuilder(false);
 
Thanks,
Jack


      

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