Re: [dom4j-dev] HELP

2002-07-13 Thread James Strachan
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

[dom4j-dev] HELP

2002-07-12 Thread Suryanarayana Renduchintala
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 ___

[dom4j-dev] help on schema

2002-06-09 Thread sharu n khan
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

Re: [dom4j-dev] Help me please.

2001-10-01 Thread James Strachan
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

[dom4j-dev] Help me please.

2001-10-01 Thread Luis Miguel Vicente Mosquera
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