Re: FW: Re: validation

2003-03-11 Thread Sam
I am trying to validate an element from an instance document against its XSComplexTypeDecl. Sam ___ Join Excite! - http://www.excite.com The most personalized portal

FW: Re: validation

2003-03-10 Thread Sam
ct: Re: validation It's possible but not completely straightforward - what are you trying to do? Sam wrote: > > > > Is there any way to validate a single complex element? > > ___ > Join Excite! - http://www.exc

format xml output

2003-03-05 Thread Sam
Does any one know what feature works to format the XML output of a DOMWriter to make it human friendly? "format-pretty-print" can not be set to true. ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! ---

validation

2003-02-24 Thread Sam
Is there any way to validate a single complex element? ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! - To unsubscribe, e-mail: [EMAIL PROTECTED]

Validate complex type element

2003-02-20 Thread Sam
Does any one know of away to validate a complex type element? ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! - To unsubscribe, e-mail: [EMAIL PROT

Re: Noscript tag in NekoHTML Parser

2002-09-10 Thread Sam Cheung
Andy, Thanks for looking into this. Sorry I did not check my mail before sending you my previous mail. I personally Neko should follow common practice because its mainly purpose is to correct mis-formed HTML pages (page not following the spec). Thank you. Sam --- Andy Clark <[EMAIL PROTEC

Noscript tag in NekoHTML Parser

2002-09-10 Thread Sam Cheung
I have a very simple filter which print out all start/end elements. I find that the NOSCRIPT nodes does not close until it see a new NOSCRIPT node. For the attachned sample page and sample filter, I find the following result start element NOSCRIPT start element NOSCRIPT end Element

encoding "Cp1252" is not supported

2002-03-01 Thread Sam NewYork
any ideas what's going on? If I should be asking another mailing list this question, please let me know. Any help will be appreciated. Thanks, Sam _ Get your FREE download of MSN Explorer at http://explorer.m

RE: AW: Validation ?

2001-02-22 Thread Sam Pullara
Are you listening for the error events that are coming off the ErrorHandler? Validation errors are not fatal errors and will not automatically generate exceptions. You need to listen for the "error" event from the handler. Sam -Original Message- From: Michael Duffy [mai

RE: Problem with Xalan J2 transformation

2001-02-22 Thread Sam Pullara
It looks like you have the wrong version of the DOM classes. You should use the ones that come with the distributions. Sam -Original Message- From: Dane Foster [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2001 10:28 AM To: [EMAIL PROTECTED] Subject: Problem with Xalan J2

Re: Getting involved in Xerces Development

2001-02-21 Thread Sam Ruby
best way to do that is to lead by example. - Sam Ruby

Re: Getting involved in Xerces Development

2001-02-21 Thread Sam Ruby
e by > Lisa Martin, Neil Graham, Arnaud LeHors, Andy Clark, Edwin Goei and > myself (sorry if I missed somebody). I believe, those are the people > Brad should talk to. +1 - Sam Ruby

RE: carriage return in attribute not preserved

2001-02-15 Thread Sam Pullara
The conversion of a LF to a space in attribute values is actually in the specification. See XML 1.0.   Sam -Original Message-From: Greg Matthews [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 14, 2001 7:25 PMTo: [EMAIL PROTECTED]Subject: carriage return in attribute

Test Infrastructure Project Proposal

2001-02-12 Thread Sam Ruby
ask that you follow Scott's request and respond only to [EMAIL PROTECTED] - Sam Ruby -- Forwarded by Sam Ruby/Raleigh/IBM on 02/12/2001 04:37 PM --- [EMAIL PROTECTED] on 02/10/2001 04:06:38 PM Please respond to general@xml.apache.org To: ge

[PATCH] Fix regression in JAXP

2001-02-11 Thread Sam Ruby
throw new ParserConfigurationException("Cannot set validation to "+ +validating); } } catch (SAXException e) { // Handles both SAXNotSupportedException, SAXNotRecognizedException - Sam Ruby