Korrignu wrote:

> On 12/10/2011 02:20 PM, Jörg Schaible wrote:
>> Korrignu wrote:
>>
>>> In fact my problem is this one :
>>> http://jira.codehaus.org/browse/XSTR-334
>> No. That issue is about providing directly an URL as XML source to the
>> underlaying XML parser to allow such a parser to resolve external DTDs.
>> This is available since XStream 1.4.
>>  
>>> ...
>>>
>>> my symbols like é avec defined in my dtd like this :
>>>     <!ENTITY eacute  "&#233;" ><!-- small e, acute accent -->
>>
>> You are using XStream's default parser that has neither schema nor DTD
>> support. Use a different one like StAX or DOM then.
> Yep, in fact &eacute; is defined in my DTD like this :
>  <!ENTITY eacute  "&#233;" ><!-- small e, acute accent -->
> 
> so an xml parser is able to handle this, because it reads the dtd,
> xstream default parser can't as you said.
> 
> I will find a workaround.

What "workaround"? Just select the appropriate driver!

- Jörg


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to