[jira] Created: (XERCESJ-1038) build.sh (still) fails on Mac OS X

2005-01-20 Thread Paul Brown (JIRA)
1.4.2_05 Reporter: Paul Brown Running build.sh fails immediately with the message : bad interpreter: No such file or directory It also refers to tools.jar and classes.zip, which are non-standard. (Mac OS X's JDK has neither of these files.) It would be nice if Xerces just used Ant. --

[jira] Commented: (XERCESJ-1026) build.sh fails on Mac OS X

2004-11-04 Thread Paul Brown (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESJ-1026?page=comments#action_55051 ] Paul Brown commented on XERCESJ-1026: - The build.xml script requires a special xjavac task, and then there are only .bat files in the bin directory of the tools

[jira] Created: (XERCESJ-1026) build.sh fails on Mac OS X

2004-11-03 Thread Paul Brown (JIRA)
: Paul Brown Running build.sh fails immediately with the message : bad interpreter: No such file or directory It also refers to tools.jar and classes.zip, which are non-standard. (Mac OS X's JDK has neither of these files.) It would be nice if Xerces just used Ant. -- This messa

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-18 Thread Paul Libbrecht
I would like to encourage such a move at least for all the license clean-up this could bring in!! xml-apis, e.g. as distributed by maven, would finally come with an easy to use pack of licenses! (and a safe one!) paul Le 12 oct. 04, à 14:02, Neeraj Bajaj a écrit : Hello All, As most of you

Re: Correct use of DocumentBuilderFactory & DocumentBuilder : Multithreaded application

2004-09-13 Thread Paul R Brown
to set up some rudimentary pooling (e.g., using Commons Pool) and work from there. Others can probably comment on how to configure individiual Xerces instances for best performance based on your scenario. -- Paul - To u

RE: how to make use of Xerces API's in weblogic 6.1

2002-07-26 Thread Paul Brown
on: http://e-docs.bea.com/wls/docs61/faq/xml.html#741086 -- Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Transformer source with a JAR URL System ID

2002-02-01 Thread Paul Andrews
  at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1092)    at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1070)   I appreciate that there are probably other ways to do this, but shouldn't this work?   FYI:   xerces: 1.4.4 JDK: 1.3.1 Platform:

Problem importing parsed DOM (1.4.4)

2002-02-01 Thread Paul Andrews
parsed DOM to force it to visit every node before I import it, but that's obviously wasteful.   Xerces version: 1.4.4 Java: 1.3.1 Platform: W2K   Paul Andrews - Jeecom +1 978 449 4025 [EMAIL PROTECTED] http://www.jeecom.com    

java.lang.IllegalArgumentException

2002-01-08 Thread Paul . Gershten
tImpl Any idea? Thanks, Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: No success using JAXP with Xerces to parse and validate a schema

2001-10-04 Thread Paul . Hussein
Thanks, that worked. Edwin Goei <[EMAIL PROTECTED]> on 03/10/2001 18:38:43 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: No success using JAXP with Xerces to parse and validate a schema [EMAIL PROTECTED] wrote: > > I am trying to provide support for

No success using JAXP with Xerces to parse and validate a schema

2001-10-03 Thread Paul . Hussein
type "email" must be declared. Parser.error org.xml.sax.SAXParseException: Element type "link" must be declared. Parser.error org.xml.sax.SAXParseException: Element type "person" must be declared. Parser.error org.xml.sax.SAXParseException: Element type "name" mu

Re: Validating xml file against a different schema

2001-08-03 Thread Paul
yResolver to achieve this. > > Paul wrote: > > > Hi, > > > > > > > > Using Xerces, is there a way I can override the schema file > > > > specified in the XML file instance when I do the schema validation? > > > > > > > > What I

Validating xml file against a different schema

2001-08-01 Thread Paul
Hi,   Using Xerces, is there a way I can override the schema file specified in the XML file instance when I do the schema validation?   What I mean is if I have this in my sample.xml   xsi:noNamespaceSchemaLocation="/home/paul/sample.xsd"   and I want to validate this file again