- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Validating XML
Guys,
Just a quick question - inside the scala xml support is there anyway of
validating an xml file against a DTD or XSD? If not, does anyone know of a
parser / validate that works nicely with scala?
Cheers
Tim










Re: Validating XML
(Or, at least, I've had issues with Scala not finding the DTD where it expected it and blowing up in my face.)
--j
On Tue, Jan 13, 2009 at 1:54 AM, Tim Perrett <hello [at] timperrett [dot] com> wrote: