Re: retrieve non-schema namespace attribute

2005-04-29 Thread Michael Glavassevich
? > Does xerces have already implemented this? > > Thanks. > > Steve > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML

Re: Nodes not represented by schema

2005-04-18 Thread Michael Glavassevich
4-1865-811184 http://blog.parthcomp.com/xerces > >> > >> > >> > >>----- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > > > > > > &

Re: Single jar file

2005-04-08 Thread Michael Glavassevich
(despite the packages in question only > being in one jar). > > Thanks > > Chris > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]

Re: Which XML APIs will Xerces 2.7.0 support

2005-04-08 Thread Michael Glavassevich
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] ---

Re: Default attributes

2005-04-03 Thread Michael Glavassevich
ute is generated immediately, > with default contents as stated in the DTD. Is there a way to disable > this default attribute generation? > Thanks, > Martin Vysny > > - > To unsubscribe, e-mail: [EMAIL P

Re: Any ContentHandler provides a DOM document?

2005-03-29 Thread Michael Glavassevich
ed this e-mail or its attachments in error, > please contact the sender and delete the material from any system and > destroy any copies. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional

Re: moderator for this list

2005-03-29 Thread Michael Glavassevich
; To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscrib

Re: archives

2005-03-21 Thread Michael Glavassevich
-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [

Re: In memory-built DOM documents and IDs

2005-03-21 Thread Michael Glavassevich
, but was wondering if there was a > standardized way to to this > without relying on the impl classes. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe,

Re: OutOfMemory due to SymbolTable caching!

2005-03-17 Thread Michael Glavassevich
= new String(buffer1, 0, buffer1.length); String two = new String(buffer2, 0, buffer2.length); System.out.println(one.intern() == two.intern()); // true } } Bob Foster <[EMAIL PROTECTED]> wrote on 03/17/2005 05:17:37 PM: > Michael Glavassevich wrote: > > When addSy

RE: OutOfMemory due to SymbolTable caching!

2005-03-17 Thread Michael Glavassevich
mory until the VM ends? Does it > also shrink or does it only grow? I don't know, though I think the answer to all three will depend on which JRE you're using. > Ringo > > ----- > To unsubscribe, e-mail: [EMA

Re: OutOfMemory due to SymbolTable caching!

2005-03-17 Thread Michael Glavassevich
;m really missing something here. What do you do when addSymbol is > called with the same char argument as before? > > Bob Foster > http://xmlbuddy.com/ > > Michael Glavassevich wrote: > > String.intern() always returns a unique string object, so you could > > overr

Re: OutOfMemory due to SymbolTable caching!

2005-03-17 Thread Michael Glavassevich
ll those Strings in memory? Maybe you > could expand on your suggestion? > > Bob Foster > http://xmlbuddy.com/ > > Michael Glavassevich wrote: > > You could extend the SymbolTable class and then replace the default by > > setting the http://apache.org/xml/propertie

Re: OutOfMemory due to SymbolTable caching!

2005-03-17 Thread Michael Glavassevich
ge of the > SymbolTable? > > Ringo > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development

Re: XInclude nesting

2005-03-15 Thread Michael Glavassevich
Leonardo Palozzi <[EMAIL PROTECTED]> wrote on 03/14/2005 07:37:32 PM: > On Mon, 14 Mar 2005 18:30:53 -0500, Michael Glavassevich > <[EMAIL PROTECTED]> wrote: > > This looks very much like a bug [1] that was recently fixed in CVS. You > > Thanks Michael, I tried t

Re: XInclude nesting

2005-03-14 Thread Michael Glavassevich
> > > http://www.w3.org/2003/XInclude"/> > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Par

Re: memory leaks

2005-03-10 Thread Michael Glavassevich
PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XNI pipeline with XIncludeHandler before DTD validation

2005-03-10 Thread Michael Glavassevich
dived into XNI only a few days ago, > and I can't swim just yet. > > Thanks for your help, > Benoit > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail

Re: Validate and continue after errors?

2005-03-02 Thread Michael Glavassevich
ail, and any attachments thereto, is strictly prohibited. If you > receive this email in error please immediately notify the sender and > permanently delete the original copy and any copy of any e-mail, and any > printout thereof. > >

Re: Xerces 2.6.2, AbstractSaxParser$AttributesProxy is not Attributes2?

2005-03-02 Thread Michael Glavassevich
lication relies on Attributes2, Xerces 2.6.2 can't help you with that. > How does the xerces packaging with the JDK relate to > what is available on xml.apache.org? I understand that the packages were renamed. That's only an issue if your code references org.apache.* classes di

Re: Xerces 2.6.2, AbstractSaxParser$AttributesProxy is not Attributes2?

2005-03-01 Thread Michael Glavassevich
s change? > Am I taking a step backwards with this move: JDK 5 - > > Xerces 2.6.2? > > -Raj > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >

RE: utf-8 characters problem

2005-03-01 Thread Michael Glavassevich
/#included Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] "Kahovec, Jakub" <[EMAIL PROTECTED]> wrote on 03/01/2005 02:02:32 PM: > 'The serializer will try to write any characters it can in the encoding > g

Re: EntityResolverWrapper

2005-02-28 Thread Michael Glavassevich
plugging in a custom > EntityResolver which replaces any system IDs ending with "dcr4.5.dtd" with > just that string, before passing it on to the XML commons catalog resolver > as before. But it'd be nice if it could be clarified how exactly Xerces' > wrappe

Re: Locator does not point to start of element

2005-02-25 Thread Michael Glavassevich
Hi Raj, The locator in Xerces is actually the scanner. It always points to the scanner's position in the stream. This is consistent with SAX says which says that the column [1] and line [2] numbers reported by the locator correspond to the position where "the current document event ends". Ther

Re: DTD scanned despite being preloaded into grammar pool

2005-02-24 Thread Michael Glavassevich
true)); > } > . > . > . > > Would you recommend moving to the latest stable xerces > rather than the one packaged with the JDK? > > Thanks. > -Raj > --- Michael Glavassevich <[EMAIL PROTECTED]> wrote: > > > Hello Raj, > > > > The grammar pool is

Re: DTD scanned despite being preloaded into grammar pool

2005-02-23 Thread Michael Glavassevich
ntity > > resolver) and scans it. It is later able to find the > > appropriate DTD in the grammar pool I supplied. > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail

Re: java.lang.ClassCastException: org.apache.xerces.dom.ElementNSImpl

2005-02-21 Thread Michael Glavassevich
** ADSL JUSQU'A 16 MEGA + TELEPHONE GRATUIT > > L'ultra haut débit à 30EUR/mois seulement ! Et vous téléphonez > gratuitement en France vers les postes fixes, hors numéros spéciaux. > Pour profiter de cette offre exceptionnelle, cliquez ici : http

Re: Use of xsi:schemaLocation

2005-02-18 Thread Michael Glavassevich
; > > >http://someothernamespace.com"; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http: > //someothernamespace.com otherschema.xsd"> > > > > > Can XML instance use the xsi

Re: dom build speed

2005-02-14 Thread Michael Glavassevich
one about it. Shrug. If anyone's curious what the problem is, here's the explanation [1] I gave the last time this came up. > > Curtiss Howard > >

Re: dom build speed

2005-02-14 Thread Michael Glavassevich
/xml.apache.org/xerces2-j/features.html#nonvalidating.load-external-dtd [2] http://xml.apache.org/xerces2-j/faq-grammars.html Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] Jos van den Oever <[EMAIL PROTECTED]> wrote on 02/14/20

Re: Validating a DOM

2005-01-21 Thread Michael Glavassevich
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --

Re: SAX namespace processing

2005-01-14 Thread Michael Glavassevich
there a way to discover the xmlns > declarations? Is that the purpose of the start/endPrefixMapping > methods? > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTEC

Re: Problem caching grammars

2005-01-13 Thread Michael Glavassevich
> > > > true); > > > > > > > >> preparser.setFeature("http://xml.org/sax/features/validation";, > > > > > > > > true); > > > > > > > >> > > > > > preparser.setFeature("http://apache.org/xml/features/validation/schema";, > > > > > >

Re: Validation using default namespace

2005-01-13 Thread Michael Glavassevich
oot'. > > > Does this mean that it either can't find the schema because the > namespace it's using is "http://www.w3.org/TR/xml-schema-1#SchemaLocation > " instead of the default one mentioned in the instance document? > > Or does it mean that it'

Re: unusual behaviour while parsing/validating XML

2005-01-07 Thread Michael Glavassevich
rom the expected behaviour. > > The version of xercesImpl.jar used was 2.6.2 and the jdk version was1.4.2_06. > > I would want to know if this is an expected behaviour of the parser. > > > Appreciate your help, > > Regards > Vinay > >

Re: Dropping tag content upto a special character when parsing XML

2005-01-06 Thread Michael Glavassevich
jith > > > [image removed] > > Ranjith Kodikara > Systems Engineer > > DMS Software Technologies > 165, Dharmapala Mawatha, > Colombo 00700 > > [EMAIL PROTECTED] > > tel: > tel2: > > +94-11-2673973 > +94-11-2696648 Michael Glavassevi

Re: Problems running example DOM3 parser creation

2005-01-05 Thread Michael Glavassevich
tch (Exception e) { > throw new RuntimeException(e); > } > > >> LSParser builder = impl.createLSParser( << > DOMImplementationLS.MODE_SYNCHRONOUS, null); > > Peter > > Michael Glavassevich wrote: > > Hello Peter, > > >

RE: Encryption?

2005-01-04 Thread Michael Glavassevich
; Thanks Michel, > > Is this statement also valid for the SAX and DOM parts used by Xerces? > > /Magnus > > -Original Message- > From: Michael Glavassevich [mailto:[EMAIL PROTECTED] > Sent: den 4 januari 2005 05:52 > To: [EMAIL PROTECTED] > Subject: RE: E

Re: read byte offset information during xml parsing

2005-01-04 Thread Michael Glavassevich
e that reports character offsets. Then it's > > just a matter of multiplying the character offset by the > > char "width" of that encoding. Make sense? > > > > -- > > Andy Clark * [EMAIL PROTECTED] > > > > - > > To unsubscribe, e-mail: [EMAI

Re: Validate With Schema in CLASSPATH

2005-01-04 Thread Michael Glavassevich
andler object contains an error of "Line 3: > cvc-elt.1: Cannot find the declaration of element 'Connection'." Which > is the root element of the project file. I could be doing this > completely wrong. Any help would be great. Thanks > > ~Mike >

Re: Help required - Failing to re-use XMLReader schema validation

2005-01-04 Thread Michael Glavassevich
> declaration of element 'CSLSystem'. > 3. I have a custom entity resolver which is only called during the > first call to parse. > 4. Is it conceivable that the problem might be in org.apache. > xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar? >

RE: Encryption?

2005-01-04 Thread Michael Glavassevich
No, Xerces doesn't deal at all with encryption. "Magnus Svensson (HF/EAB)" <[EMAIL PROTECTED]> wrote on 12/28/2004 05:58:29 AM: > Hi, > > Sorry for repeating my question, but I really need to know if Xerces > include any SW encryption. > > /Magnus Mich

Re: Problems running example DOM3 parser creation

2005-01-04 Thread Michael Glavassevich
ROPERTY, > > "org.apache.xerces.dom.DOMImplementationSourceImpl"); > > try { > > registry = DOMImplementationRegistry.newInstance(); > > } catch (Exception e) { > > throw new RuntimeException(e); > > } > &g

Re: read byte offset information during xml parsing

2005-01-04 Thread Michael Glavassevich
---- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Xerces2 DocumentBuilderFactory.setAttribute() is very slow

2004-12-19 Thread Michael Glavassevich
. My problem > would go away if I were to use only Xerces's DOMParser/SAXParser > classes, but I don't want to tie myself to a specific parser library). > > > Curtiss Howard > > - > To unsub

Re: Slow SAX parse when using schema validation?

2004-12-19 Thread Michael Glavassevich
h me. > > -- > Elliotte Rusty Harold [EMAIL PROTECTED] > XML in a Nutshell 3rd Edition Just Published! > http://www.cafeconleche.org/books/xian3/ > http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim > > ------

Re: Question about processing instructions

2004-12-17 Thread Michael Glavassevich
I need to do either on the > parser or the org.apache.xml.serialize.XMLSerializer to ensure that > PIs don?t disappear? Or should I use a different mechanism to serialize? > > TIA, Michael Glavassevich XML Parser Development IBM Toronto La

Re: Xerces-J archives

2004-12-09 Thread Michael Glavassevich
dvance. > > -- > - michael dykman > - [EMAIL PROTECTED] > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich X

Re: xerces2 compatible with xerces 1.x

2004-12-06 Thread Michael Glavassevich
To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscr

RE: validating documents (SOAP messages) with no schemaLocation attribute

2004-12-06 Thread Michael Glavassevich
be, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevi

Re: Adding nodes to a PSVI generated document again

2004-12-01 Thread Michael Glavassevich
Child(); > > > > Thank you very much for any ideas. > > Jakub > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich

RE: Java cannot parse what the DOM creates??

2004-11-26 Thread Michael Glavassevich
------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SAX Parse error while parsing CDATA element

2004-11-22 Thread Michael Glavassevich
at junit.textui.TestRunner.doRun(TestRunner.java:116) >    at junit.textui.TestRunner.start(TestRunner.java:172) >    at > com.intellij.rt.execution.junit.TextTestRunner.main(TextTestRunner.java:12) > > I don't understand the problem here ?? I tried to search the archives but > the response time was too high. Apologies if this is an oft-repeated query. > > Thanks, > Radhakrishnan J > Infrastructure Team > phone: +91-80-51190367 > e-mail: [EMAIL PROTECTED] > > http://kwiki-infra.tavant.com/kwiki/ > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-15 Thread Michael Glavassevich
Neil, thanks for all the hard work you've put in to get us to this point. +1 from me. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] Neil Graham/Toronto/[EMAIL PROTECTED] wrote on 11/14/2004 11:21:54 PM: > Hello al

Re: XInclude parse="text" producing & # x D ;

2004-11-05 Thread Michael Glavassevich
l-20040204/#sec-line-ends Robert Koberg <[EMAIL PROTECTED]> wrote on 11/05/2004 02:41:23 PM: > Michael Glavassevich wrote: > > > > > Hello Rob, > > > > When parse="text" the text from whatever href points to is included > > directly. If the t

Re: XInclude parse="text" producing & # x D ;

2004-11-05 Thread Michael Glavassevich
gt; > Is there some way to avoid this? (I have searched and have not found any > references to this problem) > > thanks, > -Rob > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: Problem gpg --verify of Xerces download

2004-11-02 Thread Michael Glavassevich
ature gives error: > ==> > [EMAIL PROTECTED] Xerces]$ gpg --verify Xerces-J-bin.2.6.2.tar.gz.sig > Xerces-J-bin.2.6.2.tar.gz > gpg: Signature made Sat 21 Feb 2004 10:23:01 AM NZDT using DSA key ID > 745ECEAA > gpg: Good signature from "Michael Glavassevich <[EMAIL PROTECT

Re: Meaning of namespace="##other"

2004-10-28 Thread Michael Glavassevich
balo.com/xmlns/ups"]}' is expected. >   > I assume the WC[...] part of the message means what I wanted: a > WildCard element in any namespace but  http://webalo.com/xmlns/ups >   > Does prohibit the use of elements in no namespace? >   > Jeff Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: Strange behaviour with nodelist iteration

2004-10-27 Thread Michael Glavassevich
is for me not the expected result, this is a bug/problem or the > problem is only mine that don't know the real behaviour of xerces? ;) > > > TIA, > > > > -- > Daniele Madama > > Pro-netics s.r.l. > Via Elio Lampridio Cerva 127/c > Roma > Tel

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-13 Thread Michael Glavassevich
s currently there for SAX 2.0.2 and DOM Level 3. > Thanks, > Neeraj Thanks Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Michael Glavassevich
. This will help > other Xerces active committers to have a chance to look at it before > these changes being finally > committed to main trunk. This process would require merging changes > to the branch and then committing > changes to main trunk, i seek help of active Xerces comm

Re: Latest Xerces binaries

2004-10-08 Thread Michael Glavassevich
advise me. I need the fixes for the XInclude bugs. > > Pat > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Dev

re: Xerces support for http://www.w3.org/1999/XMLSchema name

2004-09-15 Thread Michael Glavassevich
nts. [1] http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/ Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem with serialization of a DOM with xerces 2.6.2

2004-09-14 Thread Michael Glavassevich
Simon Kitching <[EMAIL PROTECTED]> wrote on 09/14/2004 05:41:22 PM: > On Tue, 2004-09-14 at 19:47, Mucha, Dietrich RD-PN34 wrote: > > Hi Neil, > > > > thank you for that hint. An additional question: > > As was pointed out by Michael Glavassevich one should sw

XML Schema 1.1 Support in Xerces

2004-09-08 Thread Michael Glavassevich
such behaviour. For now when building under the new target, the parser generated would always validate against the rules of XML Schema 1.1. Thanks. [1] http://www.w3.org/TR/2004/WD-xmlschema11-1-20040716/ [2] http://www.w3.org/TR/2004/WD-xmlschema11-2-20040716/ Michael Glavassevich XML Parser Develo

Re: CDATA section behaviour in XHTML serializer

2004-09-05 Thread Michael Glavassevich
Hello Murray, The code you cited appears to be over four years old [1], so this doesn't sound like new behaviour. Regardless of when this was introduced, it isn't likely to change now. Both the HTMLSerializer and XHTMLSerializer were deprecated in Xerces 2.6.2. We've been encouraging users to m

Re: using badly formed internal general entities.

2004-09-05 Thread Michael Glavassevich
al errors. [1] http://www.w3.org/TR/2004/REC-xml-20040204/#sec-conformance > Thanks > Doug > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michae

Re: local general external entity not processed via EntityResolver?

2004-09-05 Thread Michael Glavassevich
gt; the external DTD subset and external parameter entities, if any) > before including them." > > so my thinking is that either > a) the sqltest_external entity is not really external - but i > don't see why not from the annotated

Re: [XERCES-J] how does xerces load the schemas

2004-08-27 Thread Michael Glavassevich
LOGIES Avenue G. Poelslaan 8-10 BRUXELLES 1160 BRUSSEL Tel. +32 2 675 08 41 Fax.+32 2 675 08 43 email [EMAIL PROTECTED] Web Site : http://www.formatech.be ------- Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [

Re: Safe to use singleton DocumentBuilderFactory?

2004-08-26 Thread Michael Glavassevich
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > ----- > To unsubscribe, e-mail: [EMAI

Re: Property external-schemaLocation doesn't work with space chars in the schema file path.

2004-07-31 Thread Michael Glavassevich
[EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --- Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail:

Re: Ignore invalid bytes

2004-07-26 Thread Michael Glavassevich
] --- Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DOMWriterImpl

2004-07-25 Thread Michael Glavassevich
e know the reason. > > ---Thanks. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: Errors loading XML file with validation

2004-07-23 Thread Michael Glavassevich
et an error because the XML is corrupted to this: > > >    schemaLocation="-//http://npci.com/xportal/handler/JDBC/1.0//- > file:///D:/projects/xportal-definitions/xsd/jdbc-handler.xsd" > ="http://npci.com/xportal/handler/JDBC/1.0" >    xmlns="http://n

Re: java.net.MalformedURLException from XMLVersionDetector.determineDocVersion?

2004-07-22 Thread Michael Glavassevich
ing_data_1_0.dtd"> > >   >   >    ExpireRoleAssignmentsJob >    authorization >   > com.apex.chronos.app.authorization. > ExpireRoleAssignmentsJob >    true >    false >    false >   >   >     >     ExpireRolesCronTrigger >     authorization-triggers >     ExpireRoleAssignmentsJob >     authorization >     >     0 55 23 ? * * >     America/Los_Angeles >     >   >   > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: Xerces validation and symbol table features

2004-07-20 Thread Michael Glavassevich
MAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: Bug parsing xhtml-strict schema

2004-07-20 Thread Michael Glavassevich
so as to allow the usage in xhtml1-strict (and many other   > > published schemas). > > > > Bob Foster > > > > Michael Glavassevich wrote: > > > >> Hello Michael, > >> > >> This erratum [1] has been implemented in Xerces. That particula

Re: Xerces versions / XInclude namespace

2004-07-20 Thread Michael Glavassevich
rnal tasks section. [1] |http://www.w3.org/2001/XInclude Thanks for your help, Manos | - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ------- Michael Glavassevich

Re: Bug parsing xhtml-strict schema

2004-07-19 Thread Michael Glavassevich
? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --- Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED

RE: validating DOM

2004-07-15 Thread Michael Glavassevich
t; > On Thu, 2004-07-15 at 15:53, Bill Michell wrote: > > DOM 3 supports this, but DOM 2 doesn't :-( > > > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addi

Re: DOM3 ErrorHandler

2004-07-13 Thread Michael Glavassevich
about two days ago. Ive built > with the jars-dom3 target as the FAQ suggests. Is [1] that you suggest > different from this? > > Thanks, > Nikhil > > On Tue, 13 Jul 2004, Michael Glavassevich wrote: > > > Hi Nikhil, > > > > I'm guessing you tried th

Re: DOM3 ErrorHandler

2004-07-13 Thread Michael Glavassevich
? The resource-resolver and > other parameters I set work fine. > > Thanks, > Nikhil > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: java.lang.NumberFormatException when saving very simple xml file, using Xerces-J 2.6.2

2004-07-09 Thread Michael Glavassevich
ppreciated. Regards, Andreas Völker --- Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: check-character-normalization for SAX parser?

2004-05-27 Thread Michael Glavassevich
the SAX API? > > Thanks in advance for your help, > > Guillaume. > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: Why is skippedEntity reporting an absolute path?

2004-05-25 Thread Michael Glavassevich
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --- Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to report external entities?

2004-05-25 Thread Michael Glavassevich
t; Jochen > > > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: Processing xml without dtd

2004-05-17 Thread Michael Glavassevich
;notes.xsl")); > t.transform(new SAXSource(xmlr, new InputSource("content.xml")), new > StreamResult("output.html")); > > Thanks in advance, > Marco > > > > --------- > To unsubscr

Re: DOM Serializer and escaping

2004-05-05 Thread Michael Glavassevich
oundly and unpredictably the day Tim Berners Lee > got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROT

RE: DTD being resolved using non-validating parser?

2004-05-04 Thread Michael Glavassevich
gt; > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

RE: DTD being resolved using non-validating parser?

2004-05-03 Thread Michael Glavassevich
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: DTD being resolved using non-validating parser?

2004-05-03 Thread Michael Glavassevich
en by a radioactive spider." -- Rafe Culpin, in r.m.filk > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED]

Re: HTMLSerializer deprecated - what is the replacement?

2004-03-31 Thread Michael Glavassevich
Simon Kitching <[EMAIL PROTECTED]> wrote on 03/30/2004 11:53:06 PM: > > On Wed, 2004-03-31 at 01:10, Michael Glavassevich wrote: > > > On Tue, 30 Mar 2004, Simon Kitching wrote: > > > So in order to serialize my dom object to HTML, I can either: > > > (a

RE: org.apache.xerces.dom3.as Package

2004-03-31 Thread Michael Glavassevich
this package. > Do you know by chance if there is a substitute for the functionality > provided by this package? things like > getChildElements() (Returns an NodeList containing the possible Element > names that can appear as children of this type of element.) would be really &g

Re: HTMLSerializer deprecated - what is the replacement?

2004-03-31 Thread Michael Glavassevich
Simon Kitching <[EMAIL PROTECTED]> wrote on 03/30/2004 07:23:40 PM: > On Wed, 2004-03-31 at 01:10, Michael Glavassevich wrote: > > On Tue, 30 Mar 2004, Simon Kitching wrote: > > > > > Hi, > > > > > > I see the org.apache.xml.serialize.HTMLSeria

Re: HTMLSerializer deprecated - what is the replacement?

2004-03-30 Thread Michael Glavassevich
TED] [1] http://xml.apache.org/xerces2-j/faq-general.html#faq-5 [2] http://marc.theaimsgroup.com/?l=xalan-dev&m=107593381313807&w=2 --- Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] -

Re: LSParser::getDomConfig

2004-03-29 Thread Michael Glavassevich
; For additional commands, e-mail: [EMAIL PROTECTED] [1] http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-xerces/java/Xerces2.7.0-REL_PLAN.html?content-type=text%2Fplain&rev=1.2 --- Michael Glavassevich XML Parser Development

Re: org.apache.xerces.dom3.as Package

2004-03-26 Thread Michael Glavassevich
t a recommendation yet in the future > somewhere, so I guess the hardworking Xerces gang does not give it priority. > If you look at the archives, you'll find a lot of precise info about > it, as the theme has been on and off. ------- Michael Glavassevich XM

Re: maxOccurs="99999"

2004-03-23 Thread Michael Glavassevich
you to > produce an error message like "maxOccurs too large; use 'unbounded' > instead" that the user could understand. > > Bob --- Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMA

Re: ENTITY resolving difference between Win XP and Win 2000??!!!

2004-03-16 Thread Michael Glavassevich
hod.invoke(Method.java:324) > at com.werken.forehead.Forehead.run(Forehead.java:551) > at com.werken.forehead.Forehead.main(Forehead.java:581) > > > For some strange reasons Xerces tries to open a FTP connection und

Re: Extending (subclassing) Elements

2004-03-04 Thread Michael Glavassevich
S. Lewis > > __ > Do you Yahoo!? > Yahoo! Search - Find what you’re looking for faster > http://search.yahoo.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For

  1   2   >