- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: [scala-bts] #1436: allow user to specify SAXParser
Wed, 2009-06-03, 17:44
-----------------------------+----------------------------------------------
Reporter: eengbrec | Owner: scala-xml_team
Type: enhancement | Status: closed
Priority: normal | Component: XML support
Version: Unreleased-2.8.x | Resolution: fixed
Keywords: |
-----------------------------+----------------------------------------------
Changes (by extempore):
* cc: paulp@… (added)
* status: new => closed
* version: => Unreleased-2.8.x
* resolution: => fixed
Comment:
This is implemented in r17990, but since I don't really know anything
about sax parsers, could you please try it out and let me know if it does
or doesn't do what you expect? You can call XML.withSAXParser(parser) and
that will return an object which has all the normal scala.xml.XML loading
methods, but configured to use your parser instead of the default.