[
https://issues.apache.org/jira/browse/DIGESTER-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simone Tripodi resolved DIGESTER-148.
-------------------------------------
Resolution: Not A Problem
Assignee: Simone Tripodi
Not a bug, looks like you misinterpreted the
[parse(String)|http://commons.apache.org/digester/commons-digester-2.1/docs/api/org/apache/commons/digester/Digester.html#parse(java.lang.String)]
signature.
There's no {{parse()}} method that accepts the XML as a String, but only URIs
as a string
> digester.parse does not work for XML given as String
> ----------------------------------------------------
>
> Key: DIGESTER-148
> URL: https://issues.apache.org/jira/browse/DIGESTER-148
> Project: Commons Digester
> Issue Type: Bug
> Affects Versions: 2.1
> Reporter: manish oswal
> Assignee: Simone Tripodi
>
> The digester.parse() method parses without errror when the XML is read from a
> file or a webservice whereas when the same XML output is passed as string we
> get the following error java.net.MalformedURLException: no protocol:
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira