This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Load an XML document w/ internal DTD

No replies
normen.mueller
Joined: 2008-10-31,
User offline. Last seen 3 years 8 weeks ago.

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

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland