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

XML.loadFile looses comments

1 reply
Jesse Eichar
Joined: 2008-12-20,
User offline. Last seen 42 years 45 weeks ago.
It seems that XML.loadFile drops the comments from the document that it reads in.  Is there way to load the comments as well?


Thanks for any tips.
normen.mueller
Joined: 2008-10-31,
User offline. Last seen 3 years 8 weeks ago.
Re: XML.loadFile looses comments

On Aug 25, 2009, at 10:35 PM, Jesse Eichar wrote:
> It seems that XML.loadFile drops the comments from the document that
> it reads in. Is there way to load the comments as well?

Use ``ConstructingParser.fromFile''.

Cheers,
--
Normen Müller

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