Pull parsing mode-- Is it implemented

2001-09-28 Thread Jeffrey Rodriguez
I remember last year talks about providing a way to use the parser in a a Pull parsing event mode ( versus the pushing mode of the SAX parser today). Has this been implemented? Any ideas how this can be implemented?... Thanks, Jeffrey E. Rodriguez ___

Re: Problem with installing

2001-02-03 Thread Jeffrey Rodriguez
directory and I am able to build the jar files. I would recommend to download the binary distribution and use it for building your sax application. Look at the samples/sax directoy as templates to build your application. Good Luck, Jeffrey Rodriguez Silicon Valley IBM

Re: fix for error while loading docbook dtd

2000-10-09 Thread Jeffrey Rodriguez
Hi Neil, Your patch looks right I will put into CVS and run some regression tests on it. Thanks for your contribution, Jeff Rodriguez From: Neil de Hoog <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: fix for error while loading docbook dtd Date: Mon,

RE: SAXException

2000-10-05 Thread Jeffrey Rodriguez
a legal URI." Hope this helps, Jeffrey Rodriguez Xerces-J Developers From: "Allison Chew (LMC)" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: SAXException Date: Thu, 5 Oct 2000 10:16:32 -0400 Hi there, I'm in the process of

Re: Using the Xerces Parser

2000-09-29 Thread Jeffrey Rodriguez
t what you said is not very helpful, not to Sivakumar :>. What are the problems that you encounter? Thanks, Jeffrey Rodriguez Harry - Original Message - From: "Sivakumar Boraiyan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 29,

Re: Using the Xerces Parser

2000-09-29 Thread Jeffrey Rodriguez
;. Can you help me? What is the exact error message? Hope this helps, Jeffrey Rodriguez IBM Silicon Valley XML Development _ Get Your Private, Free E-mail from MSN Hotma

Re: attributes in the xml declaration

2000-09-14 Thread Jeffrey Rodriguez
t;if i don't include it in the xml declaration of my dtd, eg: I am not able to reproduce your last two claims since I don't really follow what you say about leaving out the encoding attribute out of the xml file but including it in your dtd. Thanks, Jeffrey R

Re: Please submit any documentation patches or bugs

2000-09-07 Thread Jeffrey Rodriguez
Apache Web site was not updated. I will try to do so. Thanks again, Jeffrey Rodriguez IBM Silicon Valley XML Development From: Lydia Aucoin <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Please subm

Please submit any documentation patches or bugs

2000-09-07 Thread Jeffrey Rodriguez
Please submit any documentation patches or bugs that you know about Xerces 1.2.0 I would to start reviewing documentation and fixing any bugs that you may have found. Thanks, Jeffrey Rodriguez IBM Silicon Valley XML Development

Xerces 1.2.0 release announcement

2000-09-02 Thread Jeffrey Rodriguez
ot;load-dtd-grammar" [ericye] Fixed a bug in reset() method of XMLValidator. [ericye] Fixed misc. Schema Structures bugs. [ericye] You can download the release from http://xml.apache.org/dist/xerces-j/ Thanks, Jeffrey Rodriguez IBM S

Re: User Data and Mutation Events

2000-08-22 Thread Jeffrey Rodriguez
commiter has the chance to get to it earlier. Thanks for your interest in Xerces-j. Jeffrey Rodriguez IBM Silicon Valley XML development From: "John Ky" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: User Data and Mutation Events Date: Tue

BUG:Re: Change in AttributeList.getType() between 1.0

2000-08-08 Thread Jeffrey Rodriguez
Sent by:Jeffrey Rodriguez To: Eric Smith <[EMAIL PROTECTED]>, xerces-j-dev@xml.apache.org cc: From: Jeffrey Rodriguez/Cupertino/[EMAIL PROTECTED] Subject:BUG:Re: Change in AttributeList.getType() between 1.0 and 1.1? Hi Eric, I just managed to get back to this bug toda

Re: DTD Error

2000-08-01 Thread Jeffrey Rodriguez
ement type "file" must match "(file-name,file-server,file-user?,file-password?,file-filter?,file-base,file-attributes?,file-formater)". ldapfeedwriter.xml: 1162 ms (37 elems, 0 attrs, 113 spaces, 809 chars) Is this what would you expect? Thanks, Jeffrey Rodriguez

Re: Xerces-J 1.1.2 bug in SAX parsing (ContentHandler.endElement)

2000-07-20 Thread Jeffrey Rodriguez
I don't think I copy the group on this message before, so I am repeating my message to Chris: I put the fix for this bug in CVS a couple of days ago. Thanks, Jeffrey Rodriguez IBM Silicon Valley XML Development From: "Chris P. McCabe" <[EMAIL PROTECTED]

Re: error Id ?

2000-07-18 Thread Jeffrey Rodriguez
Hi Vincent, If there is a system identifier for the entity where the exception ocurred then the answer is yes. It will be returned as a String and it will be fully resolved. If the system identifier is not available it will return a null. Thanks, Jeffrey Rodriguez IBM Silicon

RE: elements of an enumeration attribute

2000-07-11 Thread Jeffrey Rodriguez
ame(); current.getNodeValue(); . Unfortunately there isn't any DOM API calls to at this time to get DTD information. DOM 3 will have such APIs. Another way to do this I believe is through the use of the SAX 2 DeclHandler. Hope this helps, Jeffrey Rodriguez IBM Silicon Valley

Re: XML Database

2000-07-11 Thread Jeffrey Rodriguez
://www.icewalkers.com/softlib/app/app_00657.html I hope that we can this idea can get it's own project and mailing list. I think this project would be quite useful and it seems like the nature evolution of our XML-APACHE suite of product/projects. Thanks, Jeffrey Rodriguez IBM Silicon V

Re: Latest schema DTD

2000-07-06 Thread Jeffrey Rodriguez
The following are the official links for the Schema primer, structures and datatypes drafts: Primer http://www.w3.org/TR/xmlschema-0/ Structures http://www.w3.org/TR/xmlschema-1/ Datatypes http://www.w3.org/TR/xmlschema-2/ Thanks, Jeffrey Rodriguez IBM Cupertino From

Re: Does Xerces support Schemas or just DTDs?

2000-07-06 Thread Jeffrey Rodriguez
It support both. Thanks, Jeffrey Rodriguez IBM Cupertino From: "C.L" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Does Xerces support Schemas or just DTDs? Date: Wed, 5 Jul 2000 19:35:58 -0500 Does Xerces suppor

Re: Moving Nodes Among Documents

2000-06-27 Thread Jeffrey Rodriguez
You may want to take a look at the Document importNode method. Thanks, Jeffrey Rodriguez IBM Cupertino From: Scott Okupski <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: Moving

deactivate xerces-dev list - please join me

2000-06-10 Thread Jeffrey Rodriguez
don't read the xerces-dev and fellow developers still keep posting to it. So my vote for deactivating xerces-dev is a +1. Thanks, Jeffrey Rodriguez Xerces-J Developer Get Your Private, F

Re: xerces 1.1.1 exception on type extension

2000-06-10 Thread Jeffrey Rodriguez
VariableType is a mixed content according to the structures dtd: "facets only if derivedBy='restriction' --> " because content defaults to 'mixed' if no base. as in: Thanks, Jeffrey Rodriguez IBM Cupertino From: &qu

Re: Samples Crash after 1.0.4 upgrade

2000-06-05 Thread Jeffrey Rodriguez
Yes, this is true. We just fixed this bug. The fix is in CVS. The fix to org.apache.xerces.dom.NodeImpl.supports is to use ownerDocument instead of getOwnerDocument. Thanks for reporting this problem, Jeffrey Rodriguez IBM Cupertino XML development From: Clemens Cap

Re: semantic error reporting in SAXParser ?

2000-04-20 Thread Jeffrey Rodriguez
Ms. Mevenkamp, first of all notice that we have split the discussion group into two groups. To post questions about Xerces Java you may want to post to xerces-j-dev@xml.apache.org You may want to take a look at the SAXWriter ( or SAX2Write if you want to know how to implement this under SAX2) samp

Re: semantic error reporting in SAXParser ?

2000-04-20 Thread Jeffrey Rodriguez
From: Monika Mevenkamp <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: semantic error reporting in SAXParser ? Date: Mon, 17 Apr 2000 11:51:25 -0500 (CDT) Dr. Xerces: I am trying to figure the best way out to handle semantic errors in a SAXParser. I did not find how

Re: DOM Tree + DTD

2000-04-20 Thread Jeffrey Rodriguez
t of features to add. Thanks for your interest in XML Java Xerces, Jeffrey Rodriguez XML Development IBM Cupertino From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: DOM Tree + DTD Date: Tue, 18 Apr 2000 18:53:36 -0700 Can I create a valid

Re: questions about xerces-j-1.1

2000-04-20 Thread Jeffrey Rodriguez
is the December 18 version. Thanks again, Jeffrey Rodriguez XML Development IBM Cupertino From: Cheri McKeown <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Xerces-dev <[EMAIL PROTECTED]> Subject: questions about xerces-j-1.1 Date: Wed, 19

Re: BaseMarkupSerializer is broken

2000-03-29 Thread Jeffrey Rodriguez
Thanks Assaf From: Arkin <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: BaseMarkupSerializer is broken Date: Tue, 28 Mar 2000 17:25:46 -0800 Fixed. arkin Jeffrey Rodriguez wrote: > > Just did a complete checkout and try to build and I

BaseMarkupSerializer is broken

2000-03-29 Thread Jeffrey Rodriguez
true ); ^ Note: BaseMarkupSerializer.java uses or overrides a deprecated API. Recompile w ith "-deprecation" for details. 1 error, 1 warning Thanks, Jeffrey Rodriguez XML Development IBM Cupertino

New Committer Request

2000-03-29 Thread Jeffrey Rodriguez
Hi, I'd like to request a vote on granting commit access for Peng Eric Ye. Eric is joining the team at IBM and will be working on XML Schema structures. Could I please have some +1's? Jeffrey Rodriguez __ Get Your Private, Free Ema

Re: clone

2000-03-28 Thread Jeffrey Rodriguez
match your lines so you must be using an older version. If you can indicate what is on line 678 of DocumentImpl in your source base that is where this cast occurs. It also will help to know the class of the nodeContainer variable. Thanks, Jeffrey Rodriguez XML Development

Re: org.apache.xerces.parsers.RevalidatingDOMParser

2000-03-27 Thread Jeffrey Rodriguez
Delete Previous Next Close RevalidatingDOMParser is currently broken and is *not* supported. If you fix it, please mail us the diffs to apply. -- Andy Clark * IBM, JTC - Silicon Valley * [EMAIL PROTECTED] I also checked and verify this. Thanks, Jeffrey Rodriguez XML Development

Re: Help Xerces 1.0.3

2000-03-27 Thread Jeffrey Rodriguez
out in XML using the serializer. You said that it did work for you. What did not work for you? Could you be more explicit? Did you get an error? Thanks, Jeffrey Rodriguez XML Development IBM Cupertino __ Get Your Private, Free Email at http://www.hotmail.com

RE: Document toString()?

2000-03-24 Thread Jeffrey Rodriguez
Yes that will work too. just change the: /** Print writer. */ protected PrintWriter out; to an appropriate String writer. Remember to include the xercesSamples.jar in your classpath. You may also want to turn on canonical output. Thanks, Jeffrey Rodriguez XML development

Re: Document toString()?

2000-03-24 Thread Jeffrey Rodriguez
(); XMLSerializerserial = new XMLSerializer( stringOut, format ); serial.serialize( doc.getDocumentElement() ); Then you can access the string: System.out.println( "STRXML = " + stringOut.toString() ); Thanks, Jeffrey Rodriguez XML Development IBM Cupertino F

Fwd: Strange way to handle white spaces during parsing

2000-03-22 Thread Jeffrey Rodriguez
whitespace"; feature to false ( the default is true thus the white space included ). Is it an actual compliance to XML and DOM specs? Are you asking are we compliant to XML and DOM specs. Yes we are. Again read the spec. Regards, jean-christophe broudin. Thanks, Jeffrey Rodrigue

Re: Review: Serializer API

2000-03-22 Thread Jeffrey Rodriguez
er that outputs to WBXML. Yes, this is a good idea and I would like so see it implemented. WBXML (binary XML) has a lot of potential specially for embedded devices, cellular phone applications, PDA, etc. Jeffrey Rodriguez XML Development IBM Cupertino __ Get Your Private, Free Email at http://www.hotmail.com

Re: Review: Serializer API

2000-03-22 Thread Jeffrey Rodriguez
x this bug we need to check if state is null first. Thanks, Jeffrey Rodriguez XML4J Support IBM Cupertino From: Boris Garbuzov <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Review: Serializer API Date: Tue, 2

Re: replaceChild

2000-03-15 Thread Jeffrey Rodriguez
document this would show your "theElement" node replaced by the nodeClonedFromAnotherDocument. Thanks, Jeffrey Rodriguez XML Development IBM Cupertino From: "Peet Sneekes" <[EMAIL PROTECTED]> Reply-To: "Peet Sneekes&q

Re: 'connection refused' only on RH Linux/FreeBSD. Works under AIX/Solaris/HPUX...

2000-03-15 Thread Jeffrey Rodriguez
network byte order ( and vice). Would you also like the Windows equivalent of your source? Thanks, Jeffrey Rodriguez XML Development ( former Linux hacker) IBM Cupertino From: "Rahul Jain" <[EMAIL PROTECTED]> Reply-To: "Rahul Jain" <[

Re: Xerces-J: Feature implementation

2000-03-13 Thread Jeffrey Rodriguez
have the time to do it then you are welcome to submit those. Thanks, Jeffrey Rodriguez XML Development IBM Cupertino From: Jens Muehlenhoff <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Xerces-J: Feature implementation Date: Mon,

RE: SAX2 bug in Xerces-J 1.0.3

2000-03-13 Thread Jeffrey Rodriguez
Yes, that is because I put the fix on Friday. Jeffrey Rodriguez IBM Cupertino From: "Timm, Sean" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: SAX2 bug in Xerces-J 1.0.3 Date: Sun, 12 Mar 2000

Re: SAX2 bug in Xerces-J 1.0.3

2000-03-13 Thread Jeffrey Rodriguez
Don, I set feature http://xml.org/features/namespaces to true in the org.apache.xerces.parsers.SAXParser. I put this fix on Friday. Any comments about this? I test this change against Meggison example about namespaces. Thanks, Jeffrey Rodriguez XML Development IBM Cupertino From: "Box

Re: Last change to XMLParser.java broke Schema validation

2000-03-10 Thread Jeffrey Rodriguez
Yes, that sounds like a screw up. The change was supposed to be done in the SAXParser not the XMLParser. It is a bug. Jeffrey Rodriguez XML4J Support IBM Cupertino From: "George T. Joseph" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "xerces-dev" <[EMAIL PRO

Re: Xerces-J 1.0.3 bugs

2000-03-09 Thread Jeffrey Rodriguez
Nodes. We need to open defects. Thanks, Jeffrey Rodriguez XML Development IBM Cupertino From: Adam Winer <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Xerces-J 1.0.3 bugs Date: Wed, 8 Mar 2000 19:14:47 -0800 (PST) A couple of bugs in the

Re: Possible bug in XMLFilterImpl.parse(systemId)

2000-03-09 Thread Jeffrey Rodriguez
ion such a constraint does not exist for XMLFilterImpl. I propose that this issue should be brought up to the xml-dev mailing list, since this is either a defect on the specification, a defect on the original saxbeta2 source or it is as design feature. Thanks, Jeffrey Rodriguez

Re: [PATCH] DatatypeValidator

2000-02-26 Thread Jeffrey Rodriguez
Yes that is correct. Thanks, Jeffrey Rodriguez IBM Cupertino XML development From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PATCH] DatatypeValidator Date: Fri, 25 Feb 2000 18:33:17 -0500 I changed the MAXLENGTH and MINLENGTH constants

Re: [PATCH] StringValidator

2000-02-26 Thread Jeffrey Rodriguez
ype which has fixed string length. I will be updating all datatypes within the next few days, as well as providing the pattern support to support the latest 02/25 draft. Thanks, Jeffrey Rodriguez IBM Cupertino XML Development From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Re: [PROPOSAL] new LocatorImpl methods and/or SchemaMessages changes

2000-02-25 Thread Jeffrey Rodriguez
have an implementation? Thanks, Jeffrey Rodriguez XML Development IBM Cupertino From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PROPOSAL] new LocatorImpl methods and/or SchemaMessages changes Date: Fri, 25 Feb 2000 12:37:24

Fwd: RE: [Xerces-J] Validating a DOM doc against the DTD

2000-02-23 Thread Jeffrey Rodriguez
method. For an example of this look at the the two DOM wrappers files under java/samples/dom/wrappers. Thanks, Jeffrey Rodriguez IBM Cupertino From: "David Blevins" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: [Xerc

Re: Combining Trees and Copying Nodes

2000-02-11 Thread Jeffrey Rodriguez
Try public method importNode from Document. Of course the implementation of the Document interface is in DocumentImpl. Thanks, Jeffrey Rodriguez IBM Cupertino From: Mark Norman <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Xerces <[EMAIL PROTECTED]> Subjec

Fwd: separate xerces-dev into xerces-c-dev xerces-j-dev (+1)

2000-02-02 Thread Jeffrey Rodriguez
A +1 here. Jeffrey Rodriguez XML Development IBM Cupertino From: Ralf Pfeiffer <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: separate xerces-dev into xerces-c-dev xerces-j-dev (+1) Date: Wed, 02 Feb 2000 12:06:33 -0800 Dear xerces-dev community, I would l

Re: Xerces 1.0.2 release plan a +1

2000-01-22 Thread Jeffrey Rodriguez
t; *** Caution: Ambiguous reference to member named "getClass" inherited from type "java/lang/Object" but also declared or inherited in the enclosing type "org/apa che/xerces/readers/XCatalog$Parser". Explicit qualification is required. I'm all +1 for a 1.0.2

Re: Proposal for Xerces-J Schema validators for timeInstant and timeDuration

2000-01-19 Thread Jeffrey Rodriguez
eady normalized value is probably useful specially if you had to do that while validating. A caveat is that instantiating a native Java datatype object is an expensive operation so for performance you may want to maybe use a Proxy to do the actual instantiation only when needed. Jeffrey Rod