harold92 / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

XMLUtil.documentFromString doesn't work as its name suggests #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As it is now, it basically does the same as documentFromFile, only in a 
marginally different way.

new InputSource(String) tries to create a document by reading the String as 
file name, not as content.

Apply attached file for fix.

Original issue reported on code.google.com by ff...@gmx.de on 22 Mar 2011 at 10:55

Attachments: