xml validation with dtd not specified in the doctype

2001-10-22 Thread raju vaidya
Hi, Please let me know how to validate xml document with the dtd if it is not specified in the xml doctype (). regards, rnv _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Re: Xerces serialization memory usage (and related stuff) (small typo)

2001-10-22 Thread pikusz
Woops a little typo, the result document was not 11k it was 111k... Thanks, -Pete Pete Ikusz 10/22/2001 01:49 PM                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Xerces serialization memory usage (and related stuff) ~30,000,000  (From the defa

Xerces serialization memory usage (and related stuff)

2001-10-22 Thread pikusz
Hello all, I'm running into some issues and was wondering if anyone on the list had any suggestions. In my application, I have a wrapper that reads XML from a socket, does processing and writes the result XML to the same socket. (Standard stuff.) My input messages are pretty small, less than 1K,

Problem validating schema with xs:all group

2001-10-22 Thread Sbodio Marco
Hi all, I'm using Xerces 1.4.3, and I'm having a problem validating an XML document wrt its XML Schema. The XML Schema defines two complexTypes: the first has some elements in an xs:all group, and the second extends the previous adding another xs:all group. See the attached example catalog.xsd I

Validating Documents with Relative Schema 'includes'...

2001-10-22 Thread chad . thompson
Howdy all, I'm running into a problem in document validation, and I have not found anything that points me in the right direction... I am validating a document against a schema that has multiple 'includes', to wit: --- http://www.w3.org/2001/XMLSchema";>

RE: XML and Databases

2001-10-22 Thread Don Smith
Xerces list: Sorry about this post. Clicked the wrong entry in my e-mail address box! Don -Original Message- From: Don Smith [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2001 9:07 AM To: Marcy Thompson (E-mail); Xerces (E-mail) Subject: XML and Databases Here's the beginning of a

XML and Databases

2001-10-22 Thread Don Smith
Here's the beginning of a thread on XML-DEV that went on last week about XML and databases. http://lists.xml.org/archives/xml-dev/200110/msg00629.html Several of the leading XML-database people weighed in, so you might find it interesting. Then again, maybe not. :) Don

Re: Fw: adding value to Node

2001-10-22 Thread Sudeendra Kumar
thank u i will check it. - Original Message - From: Rahul Srivastava <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 22, 2001 11:59 PM Subject: Re: Fw: adding value to Node > This is a sample code that comes with xerces and should work perfectly with > xerces 1.x. If you

Re: Fw: adding value to Node

2001-10-22 Thread Rahul Srivastava
This is a sample code that comes with xerces and should work perfectly with xerces 1.x. If you are trying to use xerces2, then, xerces2 does not has schema support yet!. Cheers, Rahul. > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > list-help: > list-unsubsc

Fw: adding value to Node

2001-10-22 Thread Sudeendra Kumar
here is the code example given in apache site Writer.java Description: Binary data http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="personal.xsd"> Boss Big [EMAIL PROTECTED] Worker One [EMAIL PROTECTED] Worker Two

Re: adding value to Node

2001-10-22 Thread Sudeendra Kumar
yes - Original Message - From: Rahul Srivastava <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 22, 2001 11:01 PM Subject: Re: adding value to Node > > From: "Sudeendra Kumar" <[EMAIL PROTECTED]> > > > > hi all, > > we are unable to get XML parsers(we r using apache pa

RE: adding value to Node

2001-10-22 Thread Rajesh_KumarT
hi, Hope you are setting the setNamespaceAware to true. System.setProperty( "javax.xml.parsers.DocumentBuilderFactory", org.apache.xerces.jaxp.DocumentBuilderFactoryImpl" ); javax.xml.parsers.DocumentBuilderFactory dbf = javax.xml.parsers.DocumentBuilderFactory.newInstance(

Re: adding value to Node

2001-10-22 Thread Rahul Srivastava
> From: "Sudeendra Kumar" <[EMAIL PROTECTED]> > > hi all, > we are unable to get XML parsers(we r using apache parser) > i mean parser is not validating against > xmlschema even after setting > all properties ,could anybody help to > sort out this problem Have you set the error handler to report

Re: adding value to Node

2001-10-22 Thread Christian Geuer-Pollmann
Hi try to element.appendChild(doc.createTextNode("Whatever you need")); --On Montag, 22. Oktober 2001 17:20 +0530 Shashank <[EMAIL PROTECTED]> wrote: Hi ! I am able to create a new Elment and add it to parent Node i want. I am also able set its atributes. but when I call setNodeValue, doesnt work,

Re: adding value to Node

2001-10-22 Thread Sudeendra Kumar
hi all, we are unable to get XML parsers(we r using apache parser) i mean parser is not validating against xmlschema even after setting all properties ,could anybody help to sort out this problem thanks in advance. sudhi

adding value to Node

2001-10-22 Thread Shashank
Hi ! I am able to create a new Elment and add it to parent Node i want. I am also able set its atributes. but when I call setNodeValue, doesnt work, I mean doesn' sets the value of this Node. how to do this take care, Shashank -- --- S

Re: emacs for editing xml files

2001-10-22 Thread keenley
I have a .xemacs directory that contains the custom.el and init.el files. I would change the background color in the custom.el file but I don't know the command to do that. John - To unsubscribe, e-mail: [EMAIL PROTECTED] For

A question about Xerces

2001-10-22 Thread atta ur-rehman
Dear all, I've got a question about Xerces and having been trying my best on the web to find an answer to it, to no avail. I hope anyone from this mailing list could help. I would appreciate if anyone could help or point me towards some resources on the web and/or some e-mails that could be he

Re: emacs for editing xml files

2001-10-22 Thread sathish subs
i dont see a .emacs file. which file do i modify to change the backgorund color etc? how does it load the custom.el and init.el libs? sathish From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: emacs for editing xml files Date: Fri, 5 Oct 2001 13:13:43 -0400 Dow

Re: emacs for editing xml files

2001-10-22 Thread sathish subs
i dont see a .emacs file. which file do i modify to change the backgorund color etc? how does it load the custom.el and init.el libs? sathish From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: emacs for editing xml files Date: Fri, 5 Oct 2001 13:13:43 -0400 Dow