Re: long #include breaks Mac compile

2000-02-26 Thread Bill Schindler
Mike, > The MacOS limits filenames to 32 characters. The pathname delimiter on the > Mac HFS filesystem is the colon ":" rather than the unix / or DOS backslash \ . This may be a dumb question, but... Do you have the "Interpret DOS and Unix paths" option checked in the project settings? (That s

long #include breaks Mac compile

2000-02-26 Thread crawford
I'm starting to work on building xerces under MacOS with Metrowerks Codewarrior. The MacOS limits filenames to 32 characters. The pathname delimiter on the Mac HFS filesystem is the colon ":" rather than the unix / or DOS backslash \ . Xerces is full of #include lines that include the directory

re: Xerces-C 1.1.0 beta 2 (marked _d15)

2000-02-26 Thread crawford
Hi, I know I still need to get the files to you, but is it possible to get these into 1.1.0: - Erik Ulevik's Win32 transcoder that uses the Win32 system API rather than the standard library widechar functions He submitted this a while back for 1.0.1, but I modified it to compile under 1.1.0

Re: [Xerces-J] XMLSchemaValidator and errors....

2000-02-26 Thread twleung
- Original Message - From: Laura Neitzel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 24, 2000 10:27 AM Subject: RE: [Xerces-J] XMLSchemaValidator and errors > Can I butt in here and ask a simple question? I've just started to use > Xerces to validate against

Xerces-C 1.1.0 beta 2 (marked _d15) binaries and source archives have been posted.

2000-02-26 Thread Rahul Jain
Xerces-C 1.1.0 beta 2 (marked ..._d15) binaries and source archives are available for download from the usual site http://xml.apache.org/dist For Windows NT, .zip archives (source and binaries) are posted for Windows NT 4.0 SP 5 using MSVC 6.0 SP3 For Unix's .tar.gz archives (sources and bin

Re: [PATCH] BinUrlInputStream.* license nit

2000-02-26 Thread Rahul Jain
Done. Thank you again, rahul

Re: JAXP Version 1.0

2000-02-26 Thread Pierpaolo Fumagalli
Jeff Mackay wrote: > > Now that's what I would call response time! The spec was released on > 2/25/00, and the implementation is available on 2/26/00? Gee, just 11 > minutes earlier and Xerces could claim same-day conformance... It depends on the timezone you're talking about... I got an email s

RE: JAXP Version 1.0

2000-02-26 Thread Jeff Mackay
Now that's what I would call response time! The spec was released on 2/25/00, and the implementation is available on 2/26/00? Gee, just 11 minutes earlier and Xerces could claim same-day conformance... -Original Message- From: Pierpaolo Fumagalli [mailto:[EMAIL PROTECTED] Sent: Saturday,

Public Release 1 comments and implementation

2000-02-26 Thread Pierpaolo Fumagalli
Hallo everyone... I've seen the new spec published today, and found a very small inconsistence: on page 21 the method SAXParser.getParser() is declared to throw a SAXException, but later on, on page 23, that exception is not reflected into the documentation. I believe the mistake resides on page 2

JAXP Version 1.0

2000-02-26 Thread Pierpaolo Fumagalli
The "Java API for XML Parsing" version 1.0 is out, and I believe we're the first ones to support it :) http://java.sun.com/xml Pier PS. Since there's no reference implementation for the current JAXP spec. -right now- I uploaded my implementation of the javax.xml.parser package. It's not

Re: SAX 2 and startElement()

2000-02-26 Thread Pierpaolo Fumagalli
Pierpaolo Fumagalli wrote: > > yep... you're right, the spec says that that feature should be true by > default, while on xerces it's false by default... not a big deal, anyway > :) Here's the patch... cvs diff XMLParser.java (in directory C:\CVS Archive\xml-xerces\java\src\org\apache\xerces\fra

Re: SAX 2 and startElement()

2000-02-26 Thread Pierpaolo Fumagalli
Brett McLaughlin wrote: > > The "http://xml.org/features/namespaces"; feature controls general Namespace > processing: when this feature is true (the default), ... yep... you're right, the spec says that that feature should be true by default, while on xerces it's false by default... not a big de

Re: SAX 2 and startElement()

2000-02-26 Thread Brett McLaughlin
> Brett McLaughlin wrote: > > > > I just hopped on the list (I've been offline for a while) so forgive me in > > advance if this has been asked and answered (possibly multiple times). > > > > I just pulled down the latest distribution of Xerces (1.0.2) and am seeing > > some strange behavior from

unsubsribe

2000-02-26 Thread Octav Chipara
unsubscribe

Re: SAX 2 and startElement()

2000-02-26 Thread Pierpaolo Fumagalli
Brett McLaughlin wrote: > > I just hopped on the list (I've been offline for a while) so forgive me in > advance if this has been asked and answered (possibly multiple times). > > I just pulled down the latest distribution of Xerces (1.0.2) and am seeing > some strange behavior from startElement(

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 to

Re: [PATCH] StringValidator

2000-02-26 Thread Jeffrey Rodriguez
No it is not required. From XML Schema Part 2: Datatypes, I quote: "A Constraining facet is an optional property that can be applied to a datatype to constrain its value space. " length is a Constraining facet. If you declare length facet then you can constraint or derive a SimpleType which has

SAX 2 beta 2 released

2000-02-26 Thread Wong Kok Wai
Get it at http://www.megginson.com/SAX/SAX2/

SAX 2 and startElement()

2000-02-26 Thread Brett McLaughlin
I just hopped on the list (I've been offline for a while) so forgive me in advance if this has been asked and answered (possibly multiple times). I just pulled down the latest distribution of Xerces (1.0.2) and am seeing some strange behavior from startElement() using org.apache.xerces.parsers.SAX