[Glass] XML Parser: XML prefix

Philippe Marschall philippe.marschall at gmail.com
Sat Nov 23 00:30:24 PST 2013


On Fri, Nov 22, 2013 at 8:19 PM, BrunoBB <smalltalk at adinet.com.uy> wrote:
> Hi,
>
> There is an XML which has the following nodes:
> ...<resource xml:lang="es"> ...<title xml:lang="es">...<description
> xml:lang="es"/>
>
> When i try to parse this file the following error arise:
>
> a XMLNamespaceException occurred (error 2710), Unmapped namespace prefix
> "xml"
> XMLNamespaceScope>>validatePrefix:
>
> Any idea is welcome ...

Parser bug xml:lang is allowed anywhere [1]

 [1] http://www.w3.org/TR/REC-xml/#sec-lang-tag

Cheers
Philippe


More information about the Glass mailing list