1. Any reason why this shouldnt build/run on a win2kbox with cygwin and the latest activestate perl ( i am pretty sure that's 5.6.1 or so )?
given a choice, i tend to prefer unix. but since the expensive part of this project is a windows app, and it's all supposed to be on one box, i am sorta stuck. if the answer is i dunno, that's fine. i'll try it and report back. if the answer is that it cant work for some reason, then that's good to know, cause then i gotta come up with a new plan. :-) 2. i am trying to make the schema for my application be the normative reference for both the data input *and* for the UI. so, if i have 3 elements in my schema named foo, bar and baz, i want to have a ui that references/incorporates foo, bar and baz. and when we change the name of baz to snert, i dont want to have to recode the ui. so, in xerces-j i could pick the thing apart using org.apache.xerces.dom3.as. but DOM3 isnt implemented in xerces-c/p yet. correct? so, what's the old fashioned DOM2 way to pick apart the schema? I note that XMLValidator has a getGrammar that returns a Grammar object, but i dont see the definition of a Grammar in the class docs. is a Grammar a DOM of the schema? if i am barking up the wrong tree with Grammar (oh, bad, inadvertent, geek pun....), what data structure should i be looking at to snag the element descriptions out of? tnx! johnu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
