Search found 4 matches

by tobias.schoessler
Thu Sep 09, 2010 2:14 pm
Forum: General XML Questions
Topic: Schema API for Java?
Replies: 7
Views: 4980

Re: Schema API for Java?

Radu, many thanks for your reply. ... and thank you for acknowledging this task to be difficult. I feel better already, as I am struggling with it. :) So you do suggest using Xcerxes' object model of the Schema document to determine the possible opertions on a node? I went down this route using this...
by tobias.schoessler
Wed Sep 08, 2010 5:17 pm
Forum: General XML Questions
Topic: Schema API for Java?
Replies: 7
Views: 4980

Re: Schema API for Java?

I see. So you think that the Schema validation, XQuery, Xpath implementations are enough to implement a position aware xml editor api? Maybe it is not clear what I want to do. I have a xml document X which is conform to a schema Y. I have a node in that document X. How can I find out which operation...
by tobias.schoessler
Wed Sep 08, 2010 4:40 pm
Forum: General XML Questions
Topic: Schema API for Java?
Replies: 7
Views: 4980

Re: Schema API for Java?

adrian, thanks alot for this quick reply. wow! I am looking at there website right now http://www.saxonica.com , maybe I can offer them a redesign in exchange for a site license .. :) I see XSLT and xQuery support for their main features, which is not exactly what I was looking for. Is there some sp...
by tobias.schoessler
Wed Sep 08, 2010 3:23 pm
Forum: General XML Questions
Topic: Schema API for Java?
Replies: 7
Views: 4980

Schema API for Java?

I am looking for a java based component /library / product which allows me to tell at a specific node of my XML document which operations ( add subnode, add attribute, delete node itself) are allowed based on a given XML schema. Could anybody hint me into a direction which Java based XML API would a...