Re: residual definition xml implementation

2006-04-16 Thread Greg Kick
hi, On Apr 15, 2006, at 3:05 PM, Jukka Zitting wrote: Hi, On 4/15/06, Greg Kick <[EMAIL PROTECTED]> wrote: well, i'm glad that jackrabbit behaves correctly internally. the reason i brought this up originally was because NodeTypeWriter creates documents with the *. i had wanted to create an

Re: residual definition xml implementation

2006-04-15 Thread Jukka Zitting
Hi, On 4/15/06, Greg Kick <[EMAIL PROTECTED]> wrote: > well, i'm glad that jackrabbit behaves correctly internally. the > reason i brought this up originally was because NodeTypeWriter > creates documents with the *. i had wanted to create an xml schema > to check that a node definition was vali

Re: residual definition xml implementation

2006-04-15 Thread Greg Kick
well, i'm glad that jackrabbit behaves correctly internally. the reason i brought this up originally was because NodeTypeWriter creates documents with the *. i had wanted to create an xml schema to check that a node definition was valid (i needed xml, not cnd). so, i figured that i would

Re: residual definition xml implementation

2006-04-15 Thread Jukka Zitting
Hi, On 4/15/06, Greg Kick <[EMAIL PROTECTED]> wrote: > your response actually outlines the reason i brought it up. although > the spec uses the * notation in its definitions, it pretty clearly > states: You are right. However, the "*" in the item definitions is rather treated as a special marker

Re: residual definition xml implementation

2006-04-15 Thread Greg Kick
your response actually outlines the reason i brought it up. although the spec uses the * notation in its definitions, it pretty clearly states: "...to indicate that a property or child node definition is residual, the value returned by ItemDefinition.getName() is “*”. However, “*” is not

Re: residual definition xml implementation

2006-04-15 Thread Jukka Zitting
Hi, On 4/15/06, Greg Kick <[EMAIL PROTECTED]> wrote: > i have a quick question about node type definitions. jackrabbit > consistently (NodeTypeWriter, custom_nodetypes.xml, etc.) uses > name="*" for residual definitions in the xml format. however, p. 144 > of the jsr170 spec says that * is not a

residual definition xml implementation

2006-04-14 Thread Greg Kick
hello, i have a quick question about node type definitions. jackrabbit consistently (NodeTypeWriter, custom_nodetypes.xml, etc.) uses name="*" for residual definitions in the xml format. however, p. 144 of the jsr170 spec says that * is not a valid name and the attribute should be dropp