Good afternoon!
We are interested in the grammar and restrictions of LocalNames. As for "§3.2.2
Local Names" (JSR 283) chars like '{' or '}' are valid chars to use in
LocalName. Would "{my}NodeName" be a valid LocalName in your Jackrabbit 2.0? If
it does then how would it be parsed as expanded name (§3.2.5.1 Expanded form)?
Expanded form is defined as: ExpandedName ::= '{' Namespace '}' LocalName.
I mean would it be parsed as:
namespace = ''
localname = '{my}NodeName'
or:
namespace = 'my'
localname = 'NodeName'
With best regerds, Nikolaz.
- Jackrabbit 2.0: LocalName grammar question. nikolaz
- Re: Jackrabbit 2.0: LocalName grammar question. Julian Reschke
- Re: Re: Jackrabbit 2.0: LocalName grammar question. nikolaz
- Re: Re: Jackrabbit 2.0: LocalName grammar quest... Jukka Zitting
- Re: Re: Jackrabbit 2.0: LocalName grammar question. Antony Xerich
- Re: Jackrabbit 2.0: LocalName grammar question. Julian Reschke
- Re: Jackrabbit 2.0: LocalName grammar quest... Jukka Zitting
- Re: Jackrabbit 2.0: LocalName grammar q... Stefan Guggisberg
- Re: Re: Jackrabbit 2.0: LocalName grammar quest... Antony Xerich
