How to use grammar-access?

2001-07-04 Thread annie lu
Hi all, In Xerces-1_4_0, there's do have a grammar-access feature. I think in this way can validate DOM tree dynamicly, but I don't know how to use them after setfeature. If there's an example that would be much help!!! Thanks a lot! Annie. __

Re: Will xerces-j-2 support DOM revalidation and post schema validation info?

2001-06-28 Thread annie lu
Hi Mikko, I am also very intrest in this point, especially revalidation against a DTD. If you get any information please let me know! Thanks a lot! Annie. --- Mikko Honkala <[EMAIL PROTECTED]> wrote: > Dear Xerces2 developers, > > I have few questions about Xerces-J 2's > capabilities, hopeful

DOM tree and CSS?

2001-06-20 Thread annie lu
Hi all, I want parse a XML document into a DOM tree, and also want to display it using CSS, is there any way to do that? Does Xerces support CSS? Thanks! Annie. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.ma

DOM tree and CSS?

2001-06-20 Thread annie lu
Hi all, I want parse a XML document into a DOM tree, then display it using the format in CSS. What can I do? does Xerces support CSS? Thanks! Annie. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

grammar-access feature?

2001-06-15 Thread annie lu
Hi, I have downloaded Xerces-2_0_0_alpha, and want use the feature of "http://apache.org/xml/features/domx/grammar-access";, I have turned on the feature use DOMParser p=new DOMParser(); p.setFeature("http://apache.org/xml/features/domx/grammar-access";, true); But the feature doesn't work and re

valadate a DOM tree against DTD?

2001-06-13 Thread annie lu
Hi, Does anyone know how to valadate a DOM tree against DTD? Thanks a lot! Annie. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ ---