ArchiveOrangemail archive

xerces-j-user.xml.apache.org


(List home) (Recent threads) (48 other Apache XML lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe (we seem to have lost it) address with "subscribe" in the subject line.
  • This list contains about 9,514 messages, beginning Mar 2001
  • This list doesn't seem to be active

xerces-j-user.xml.apache.org

May 2004
Robert Houben 108337028201 May 2004 When I did my thing, xerces did not retain annotations in the PSVI. Has this changed? -Original Message- From: Neil Graham [mailto:] Sent: Friday, Apr...
Robert Houben 108360063603 May 2004 I'm having trouble validating my XML with an external XSD when I add a namespace. I've looked at all the related posts on the archives and c...
Greg Hess 108360732703 May 2004* Hi All,I had always thought that by simply using a non-validating parser I could avoid the overhead of fetching the remote dtd and such. But it seems ...
Benjamin Kolin 108360784503 May 2004* Followup question - what is considered the best method to defend against extity expansion DOS attacks? Specifically I am concerned about the internal ...
Benjamin Kolin 108363271404 May 2004* SecurityManager sounds like a great solution but I have a few questions about it: 1. Are the limits per-document or per-parser? If per-parser, is ther...
Robert Houben 108363647704 May 2004 You can ignore my previous post. I was right - I *was* missing something dumb. I didn't have the namespace in the externalSchemaLocation property...
Neil Graham 108367559004 May 2004* Hi Christopher,Xerces's DOM implementation is not thread-safe (especially if you don't disable the deferred-dom feature) but Xerces's s...
Züblin Thomas 108368693904 May 2004* Hi all, i'd like to use xerces to create my dom. The thing is, i have a schema as a byte Array, that i want to use for validation. How can i tell...
Heather Lindsay 108370271204 May 2004* hi, I'm validating XML documents against a schema which is designated in my app with the extranal schema location property: parser.setProperty(...
Michail Papadopoulos 108370625404 May 2004* I'm trying to validate an xml file against a schema that references W3C reserved attributes, like xml:base or xml:lang. I'm using the DOMPar...
Züblin Thomas 108374151305 May 2004 Thanx neil, you were perfectly right! -Original Message- From: Neil Delima [mailto:] Sent: Dienstag, 4. Mai 2004 18:09 To: Subject: Re: Input Stream a...
Emmanuil Batsis (Manos) 108376431905 May 2004* Hi all, I'm trying to patch up an xinclude task to automate some stuff but have "context" problems. My project structure (fragment): xc...
Jeff Boston 108377289205 May 2004* Running Xerces 2.6.2 and noticed that sometime ' and > are escaped and sometimes not. Further investigate revealed that this was jdk dependent...
F. Andy Seidl 108414091709 May 2004* I am uncertain whether the behavior I am seeing in the Xerces DOM parser (2.6.2) is correct. Specifically, I am unclear as to what character values sh...
yasar tekin 108428694111 May 2004* hi <AttrDef AttrDef.Type="AT_NAME"> <AttrValue LocaleId="1055">yasar</AttrValue> </AttrDef> this is the xm...
Bill Michell 108429503811 May 2004 Indeed. Then search for everywhere else in your code that you have used == to compare two strings, and fix that. This is a well known gotcha in java.....
Wong, Robert 108431502711 May 2004 I've been trying to validate an xml against a schema that contains nillable attribute (set to false) for an element. However xerces does not thro...
Robert Houben 108431857911 May 2004 You need to add the attribute xsi:nil="true" to the element to specify that it's value is nil. Just having an empty element does not wo...
chintat108481151117 May 2004* Hi I have a question on Xerces-J which I have spent days and not able to get anywhere. I am trying to use the XML Schema API (XSModel, XSLoader, XS*) ...
Marco 108483314717 May 2004* Is it possible to process xml files with unreachable (or unavailable) DTDs? Even using a non-validating sax parser as source, xalan still throws the j...
Smith, Peter 108486502918 May 2004* Hi, I want to filter the contents of a XML document using a DTD to allow only the valid elements and attributes as specified in the DTD to be passed t...
Sachin 108492385218 May 2004 Hi, I am unable to validate an XML document using its DTD preloaded in Cache. However, validation is successful if there exists an XSD for the same XM...
Pieter van der Spek 108541369324 May 2004* I've written a small validating parser using the Xerces SAX parser. However, I have found a performance problem between to similar implementation...
ryan p bobko 108543139824 May 2004 Hi Folks, I'm just getting my feet wet with Xerces (2.6.2), and I'm trying to validate an XML file against a XSD schema. I'm using the ...
Jochen Wiedmann 108546655025 May 2004* Hi, I am writing a small tool for comparing XML documents. In general, I am reading documents using the Xerces SAX parser and forward the events to an...
Jochen Wiedmann 108548793925 May 2004* Hi, I have an XML file with the following declaration: <!DOCTYPE extEntity [<!ENTITY foobar SYSTEM "foobar.xml">]> Using xercesI...
martin.gruschi108558246226 May 2004 hi i would like to validate an xml with a set of schema files (all attached) since we are using ibm's websphere application server 4.0.7 we are b...
michael.giroux108560732726 May 2004 I have spent the better part of two days trying to figure out how to write an ANT <xmlvalidate> task that will use an XML schema for the validat...
Sarah Haas 108564596427 May 2004 Hello Most-Venerable-Xerces-Developers-and-Experts! Is it planned for the Xerces' XInclude processor to support XPointer references any time soon...
bernard.bumbak108564930327 May 2004 Hello I tried to validate against a schema but got an "java.lang.StackOverflowError". I suspect that there is a problem with (my) regular ex...
michael.giroux108566711127 May 2004* No, the example does not work: Valid documents must have a <!DOCTYPE declaration. My XML uses an xsd schema, not DTD, so <!DOCTYPE does not appl...
michael.giroux108566900427 May 2004 Thanks, I've modified my class path to include the Xerces 2.6.1 jar and now I'm getting the following: [xmlvalidate] /C:/GIROUX/JOnAS/TCK_DD...
michael.giroux108568203827 May 2004* FWIW, I've asked this question in the ANT user list, but it seems that nobody over there knows how to do this either. I'm pretty convinced t...
Robert van Loenhout 108573787628 May 2004 Hi! I am using local xsl files to transform xml documents into html. I wanted to cache those xsl files, because they are used often in my application ...
Jason Thorpe 108575331528 May 2004* Anyone have any hints on how to get ALL errors/warnings while doing schema validation? (Not just the first error) I've tried using xerces SAX and...
michael.giroux108576643728 May 2004* I have been getting an error from transformation that is caused by an invalid file name being processed by document(). <xsl:variable name='doc...
(Jeehong Min)108576872328 May 2004 Xerces users and developers, I have a schema that references the "schema" element in the http://www.w3.org//2001/XMLSchema namespace. Notice...
michael.giroux108576880728 May 2004 I know this now, and I have corrected my build to use the correct URI format. Unfortunately, the situation is that transformation works if resolver.ja...
Jason Thorpe 108577115128 May 2004 After seeing your comment that it should work, I decided to try again. It works just fine! My test cases were bad - the way I was creating a bad docum...
Christopher Ebert 108577456828 May 2004 Hi, This is all speculation, but FWIW: In my experience the current version of Xerces is very consistent about rejecting 'malformed' URIs pr...
michael.giroux108577818028 May 2004 I suspect you are correct. Perhaps my beef is with xalan. The issue here is that the xalan document() function will accept a file name but it also see...
Chris Borchert 108601457931 May 2004 Part of my DTD: <!ELEMENT cell (symbol | text | nosymbol | widesymbol)> <!ATTLIST cell x CDATA #REQUIRED y CDATA #REQUIRED...

Home | About | Privacy