||| The parser.parse() method in the api expects a file uri. ||| However, I need to pase an xml string and not a file.
are you sure? isn't there another parse() method that accepts a InputStream/Reader? If so then: parse( new StringReader( yourstring ) ); ____________________________________________________ To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm Be respectful! Clean up your posts before replying ____________________________________________________
