Problems with missing properties accessExternalSchema accessExternalDTD in Xerces2

2024-01-15 Thread martin
am wondering what the current status is and what a suitable workaround might be to fulfill that requirement of JEP-403. Thanks a lot! Cheers, Martin Links: -- [1] https://search.maven.org/artifact/xerces/xercesImpl

Re: Problems with missing properties accessExternalSchema accessExternalDTD in Xerces2

2024-01-16 Thread martin
tion; import javax.xml.parsers.SAXParser; import javax.xml.parsers.SAXParserFactory; Regards, Martin Am 2024-01-16 11:57, schrieb Stanimir Stamenkov: Tue, 16 Jan 2024, /Martin Wunderlich/: So, it seems there are two possible solutions here: - Ignore that recommendation from JEP-403, keep the

Re: Problems with missing properties accessExternalSchema accessExternalDTD in Xerces2

2024-01-18 Thread martin
not use any Xerces API directly, we are good. Thank you also for the hint on entity resolving! That's an interesting approach which I hadn't considered. Regards, Martin Am 2024-01-16 17:54, schrieb Stanimir Stamenkov: Tue, 16 Jan 2024, /Martin Wunderlich/: my use case is this: &

Martin Gruschi ist außer Haus.

2005-05-17 Thread martin . gruschi
Ich werde ab 14.05.2005 nicht im Büro sein. Ich kehre zurück am 22.05.2005. Ihre Nachricht wird nicht weitergeleitet. In dringenden Fällen wenden Sie sich bitte an Hr. Veber bzw. betreffend eps an Hrn. Kautz Matthias. Nicht bearbeitete Mails werde ich nach meiner Rückkehr beantworten.

XML editing from code

2005-06-15 Thread Martin Olsson
erces for reading XML. What library can you recommend for editing/writing XML data? Can Xerces or some addon do this? Is there another Apache project for this? I would prefer an open source solution, if possible. Java is the language of choice. rgrds, m

Re: going crazy with this: org.xml.sax.SAXParseException: Content is not allowed in prolog

2005-07-31 Thread Martin Vysny
Robert Houben wrote: This may not be your problem, but I've wasted tons of time in the past because of these symptoms, so here is why it happened to me... I have seen this happen when a file is read that contains byte order marks at the beginning. Most editors strip these out and get the encodi

java.lang.StackOverflowError while validating CDATA using DomParser

2008-03-20 Thread Martin Man
0 here is probably related to -Xms defined when starting JVM... Is this a known bug? Do you have any hints how to solve it? thanx for your time, Martin P.S. I'm using xerces 2.9.1 and Sun JDK 5 -- There are no bad questions, only bad answers... smime.p7s Description: S/MIME Cryptographic Signature

Re: java.lang.StackOverflowError while validating CDATA using DomParser

2008-03-21 Thread Martin Man
Hi Michael, thanx for your quick reply, more inline... Michael Glavassevich wrote: Hi Martin, [EMAIL PROTECTED] wrote on 03/20/2008 09:38:02 AM: The stacktrace of xerces when it dies with Stack Overflow is ending at matchString until the stack overflows

Online form gives 404 on certain schema (it can't handle?)

2023-04-18 Thread Martin Honnen
Hi, I am trying to use the online validator https://www.softwarebytes.org/xmlvalidation/ to perform XSD 1.1 validation with Xerces but on a certain schema I only get a 404 when submitting the form; here is the instance XML   axyughji   axgh   agh   h   agHXU   axXgh   axxhu   AXYUGHJIA   ATXYUG

Re: Problems with missing properties accessExternalSchema accessExternalDTD in Xerces2

2024-01-15 Thread Martin Wunderlich
not rely on Xerces and that does implement JAXP 1.5+ (but I am not aware of one) Any other ideas anyone? Cheers, Martin Am 15.01.24 um 16:24 schrieb Stanimir Stamenkov: Mon, 15 Jan 2024, /Martin/: "Code that uses the JDK’s internal copy of the Xerces XML processor [might fail]. Such