From: "Suryanarayana Renduchintala" <[EMAIL PROTECTED]>
> Hey,
> I am wondering , is there any way to select nodes that does not
> satisfy a particular xpath expression?. please help me asap.Thanks ..
Could you be more specifc, like give an example?
e.g.
/foo/*[name() != 'foo']
Also remem
Hey,
I am wondering , is there any way to select nodes that does not
satisfy a particular xpath expression?. please help me asap.Thanks ..
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
hello sir,
as i am working with xml and xsd. and while browsing the net.
well i would like to know how do you parse an xsd file the already
existing xsd file has to be parsed so if you have any code
scripplet please mail me the complete java file source .it will be
an great help to me
AIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 01, 2001 9:47 AM
Subject: [dom4j-dev] Help me please.
Can somebody help me? By have I this error in the java code?
I have the dom4j full in my CLASSPATH.
Thank you.
// Java Code
Document document = Document
Can somebody help me? By have I this error in the java code?
I have the dom4j full in my CLASSPATH.
Thank you.
// Java Code
Document document = DocumentHelper.parseText(new String(""));
System.out.println(document.asXML());
/// Error
java.lang.NoSuchMethodError: org.xml.sax