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.
__
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
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
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/
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
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/
---