Re: Newbie Question

2002-05-13 Thread marouane albairat
Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Newbie Question Date: Mon, 13 May 2002 17:44:05 +0100 MIME-Version: 1.0 Received: from [63.251.56.142] by hotmail.com (3.2) with ESMTP id MHotMailBEA938EA007D4136E8133FFB388EC9B70; Mon, 13 May 2002 09:46:34 -0700 Received: (qmail 38532 i

RE: Newbie Question

2002-05-13 Thread Jeremy Crosbie
> -Original Message- > From: Karen West [mailto:[EMAIL PROTECTED] > Sent: Monday, May 13, 2002 9:44 AM > To: [EMAIL PROTECTED] > Subject: Newbie Question > > I have installed xerces-j on my PC and I've managed to build the Xerces > documentation by using t

Newbie Question

2002-05-13 Thread Karen West
I have installed xerces-j on my PC and I've managed to build the Xerces documentation by using the following command in a dos box: build docs However, I'm not a java programmer and so far all efforts to parse any of my creations have landed me up against a brick wall. I've tried using build.bat w

Newbie question

2002-03-07 Thread ryan . cuprak
From: Ryan D. Cuprak Hello, I am just looking for a little feedback on whether my use of SAX/Serializer is correct or the most bizarre piece of code written. I am attempting to write out an XML document which will be eventually coming from an existing data model (hence the reason I am not using

Re: Newbie question

2001-11-29 Thread Hasan Al-Sheboul
xecute your code. > > yours > Mat > > -Original Message- > From: Philip Rinehart [mailto:[EMAIL PROTECTED] > Sent: 29 November 2001 16:23 > To: [EMAIL PROTECTED] > Subject: Newbie question > > Hello, > I'm new to Java and XML and am having problems run

RE: Newbie question

2001-11-29 Thread Philip Rinehart
f the CLASSPATH when you subsequently try to execute your code. yours Mat -Original Message- From: Philip Rinehart [mailto:[EMAIL PROTECTED] Sent: 29 November 2001 16:23 To: [EMAIL PROTECTED] Subject: Newbie question Hello, I'm new to Java and XML and am having problems running programs. I am

RE: Newbie question

2001-11-29 Thread Matt Loryman
PROTECTED] Subject: Newbie question Hello, I'm new to Java and XML and am having problems running programs. I am getting a NoClassDefFound Error when trying to execute my compiled class. I've set the CLASSPATH correctly because I can compile my java file, I just can't get it to

Newbie question

2001-11-29 Thread Philip Rinehart
Hello, I'm new to Java and XML and am having problems running programs. I am getting a NoClassDefFound Error when trying to execute my compiled class. I've set the CLASSPATH correctly because I can compile my java file, I just can't get it to run at all. Any ideas? -

RE: Newbie question

2001-10-31 Thread Kurian, Binil
: Arun Yadav [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2001 12:29 AM To: [EMAIL PROTECTED] Subject: Re: Newbie question Kurian wrote: > Is > setDocumentClassName(String documentClassName) > method in > org.apache.xerces.parser.AbstractDOMParser > > always

Re: Newbie question

2001-10-31 Thread Arun Yadav
Kurian wrote: > Is > setDocumentClassName(String documentClassName) > method in > org.apache.xerces.parser.AbstractDOMParser > > always used in conjunction with the property > "http://apache.org/xml/properties/dom/document-class-name"; ? Yes, setDocumentClassName( DOCUMENT_CLASS_NAME

Newbie question

2001-10-30 Thread Kurian, Binil
Hi, Is setDocumentClassName(String documentClassName) method in org.apache.xerces.parser.AbstractDOMParser always used in conjunction with the property "http://apache.org/xml/properties/dom/document-class-name"; ? I have a parser which extends from org.apache.xerces.parser.DOMPar

RE: newbie question: schema validation in Xerces-J 1.4.1

2001-09-10 Thread Giuseppe Sarno
Title: RE: newbie question: schema validation in Xerces-J 1.4.1 I'm actually getting the same problem but in my case it is: org.xml.sax.SAXParseException: Element type "rootelem" must be followed by either attribute specifications, ">" or "/>&

RE: newbie question: schema validation in Xerces-J 1.4.1

2001-09-07 Thread Menarek John-NJM010
You are such rebel -Original Message- From: David Lindquist [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2001 5:02 PM To: [EMAIL PROTECTED] Subject: newbie question: schema validation in Xerces-J 1.4.1 Hello, I receive the following error message when I try to validate an

RE: newbie question: schema validation in Xerces-J 1.4.1

2001-09-07 Thread David Lindquist
IL PROTECTED] Subject: Re: newbie question: schema validation in Xerces-J 1.4.1 David Lindquist schrieb: : > I am using SAX 2.0 and Xerces-J 1.4.1. I have verified that the schema is > well-formed. The parsing worked fine when I referenced a DTD. Why can I not > simply change the document

Re: newbie question: schema validation in Xerces-J 1.4.1

2001-09-07 Thread Andreas Thönnessen
David Lindquist schrieb: : > I am using SAX 2.0 and Xerces-J 1.4.1. I have verified that the schema is > well-formed. The parsing worked fine when I referenced a DTD. Why can I not > simply change the document type declaration to reference the schema file? Or > does Xerces-J 1.4.1 not support sche

newbie question: schema validation in Xerces-J 1.4.1

2001-09-06 Thread David Lindquist
Hello, I receive the following error message when I try to validate an XML document against a schema: "The markup declarations contained or pointed to by the document type declaration must be well-formed." I am using SAX 2.0 and Xerces-J 1.4.1. I have verified that the schema is well-for

Newbie question: where did setElementFactory go?

2001-08-17 Thread Stuart Roll
Okay, I am a newbie to Xerces and I want to convert an application that used the old com.sun.xml.tree classes. I used to use com.sun.xml.tree.XmlDocumentBuilder.setElementFactory but I don't see any analogous feature in JAXP 1.1 or Xerces. I was using setElementFactory in order to have my own sub

Newbie question

2001-06-21 Thread Todd O'Bryan
Hi all. I hate to subscribe to a mailing list and immediately ask a stupid question, but we all occasionally must do things we don't like... First question, is there a searchable archive of previous emails available anywhere? At Apache, it says there's a disk problem and directs you to a site t

Re: XML parsing newbie question

2001-06-18 Thread Xerces
Hi: You could look at the following places: 1. Samples that are shipped with the Xerces parser release 2. Read the tutorial at http://65.1.136.127/developerlife/saxtutorial1/default.htm This tutorial can provide a more real life like scenario. Hope this help. . --- "Delahaye, Martial (CAP, C

Re: XML parsing newbie question

2001-06-18 Thread Bjoern Martin
> Hi > Could someone provide me an example of a java class which parses a > XML document (by SAX) and which creates a tree that represents this > document. I would like to create a tree that represents the tags of > the document, and the same tree but with the values instead. is it > possible ? Yo

XML parsing newbie question

2001-06-18 Thread Delahaye, Martial (CAP, CMF, COFRAMI)
Hi Could someone provide me an example of a java class which parses a XML document (by SAX) and which creates a tree that represents this document. I would like to create a tree that represents the tags of the document, and the same tree but with the values instead. is it possible ? Thanks, Marti