- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Load an XML document w/ internal DTD
Sun, 2009-09-20, 11:25
He,
I am trying to load the following file, but unfortunately the internal
DTD is not resolved :(
I am using
val d = ConstructingParser.fromFile(file, preserveWS).document
to load this file:
<?xml version="1.0"?>
]>
&foreword;
&ch00;
&ch01;
&index;
All I get is:
Any ideas?
Cheers,
--
Normen Müller