Xerces-J compilation error

2008-07-18 Thread Mukul Gandhi
These files are in the package, org.apache.html.dom Has anybody information about how to resolve this problem? I checked the xercesImpl.jar file shipped with Xerces-J 2.9.1 and it has these compiled files. So definitely I am missing something, and would like to get help for this. -- Regards, Mukul

Re: Xerces-J compilation error

2008-07-19 Thread Mukul Gandhi
pulled into the build. Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] Mukul Gandhi [EMAIL PROTECTED] wrote on 07/18/2008 04:52:00 AM: Hi team, I have downloaded the latest Xerces-J code from the trunk folder

Re: Xerces-J compilation error

2008-07-20 Thread Mukul Gandhi
a message, svn: Repository moved temporarily to '/viewvc/xerces/java/branches/xml-schema-1.1-dev/'; please relocate Is below the correct location to work on latest XML Schema 1.1 code ? https://svn.apache.org/repos/asf/xerces/java/branches/xml-schema-1.1-dev/ -- Regards, Mukul Gandhi

Xerces assertions support (was Re: Xerces-J compilation error)

2008-07-22 Thread Mukul Gandhi
Mukul, Mukul Gandhi [EMAIL PROTECTED] wrote on 07/20/2008 01:59:09 AM: snip/ I am looking forward to understand the Xerces source code in coming few days, and would try to write something for Xerces. Would share my experiences as I could finish something. That's excellent. By any chance

Re: Xerces assertions support (was Re: Xerces-J compilation error)

2008-07-22 Thread Mukul Gandhi
/refactor your XPath 2.0 code, for use it in assertions. I would presently not work on XPath 2.0 part in assertions, and would work on other parts as Michael pointed. I would look forward to the XPath 2.0 code from you. -- Regards, Mukul Gandhi

Re: Xerces assertions support (was Re: Xerces-J compilation error)

2008-07-26 Thread Mukul Gandhi
processing (which is an open issue at the moment). Waiting for reply from the team ... On 7/26/08, Mukul Gandhi [EMAIL PROTECTED] wrote: Hi all, I am implementing assertions support in Xerces, as per the XML Schema 1.1 spec. I have written quite a bit of code upto now for this. As guided

Re: Xerces assertions support (was Re: Xerces-J compilation error)

2008-07-26 Thread Mukul Gandhi
. -- Regards, Mukul Gandhi ?xml version=1.0? PEOPLE xsi:noNamespaceSchemaLocation=people.xsd xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; PERSON FNAMEMukul/FNAME LNAMEGandhi/LNAME DOB1992-01-02/DOB /PERSON PERSON FNAMEabc/FNAME LNAMEpqr/LNAME DOB1992-01-02

Assertions on simple types (was Re: Xerces assertions support )

2008-07-27 Thread Mukul Gandhi
assertions on simple types? -- Regards, Mukul Gandhi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Xerces assertions support (was Re: Xerces-J compilation error)

2008-07-28 Thread Mukul Gandhi
PROTECTED] wrote: Hi Mukul, Thanks for your efforts. I would be happy to review your work. Would you please open a bugzilla bug and attach your code as a zip file? Regards, Khaled -- Regards, Mukul Gandhi - To unsubscribe, e

Re: Assertions on simple types (was Re: Xerces assertions support )

2008-07-28 Thread Mukul Gandhi
Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] -- Regards, Mukul Gandhi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Clarification needed regarding facets

2008-07-29 Thread Mukul Gandhi
I submitted for assertions patch has a bug. I have assumed, that we can have only 1 facet (with 0-n in numbers). Could you please clarify this, so I can resolve the likely bug in my code. -- Regards, Mukul Gandhi

Re: Clarification needed regarding facets

2008-07-29 Thread Mukul Gandhi
/xmlschema11-2/#xr-assertions Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] -- Regards, Mukul Gandhi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Clarification needed regarding facets

2008-07-29 Thread Mukul Gandhi
, Mukul Gandhi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Xerces assertions support (was Re: Xerces-J compilation error)

2008-07-30 Thread Mukul Gandhi
, in Complex Types with Simple Contents? I can do this quickly. You could review the modified code. Meanwhile, I am also working on assert support on Simple Types. On 7/29/08, Mukul Gandhi [EMAIL PROTECTED] wrote: Hi Khaled, Thanks for your response. I have created the following JIRA issue

Re: Xerces assertions support (was Re: Xerces-J compilation error)

2008-07-30 Thread Mukul Gandhi
the updated patch. Hoping to get your feedback asap ... On 7/30/08, Mukul Gandhi [EMAIL PROTECTED] wrote: Hi Khaled, I saw yesterday, that Sandy Gao raised an issue with XML Schema WG, where he recommended that 'assert' facet in Complex Types with Simple Content be removed or renamed to 'assertFacet

[XML Schema 1.1] is it advisable to develop assertions support for complex types, now

2008-08-14 Thread Mukul Gandhi
([1]) is resolved, we (or, me) should not implement assertions for complex types. Otherwise, later quote a bit of code rewriting might be required. I would appreciate your opinion on this issue. -- Regards, Mukul Gandhi

Re: [jira] Updated: (XERCESJ-1324) XML Schema 1.1 assertions support

2008-09-09 Thread Mukul Gandhi
-tabpanel ] Khaled Noaman updated XERCESJ-1324: --- I have commited your patch with a small change. I omitted some unused data members, mainly the fAssertions array since it was never used in the code. -- Regards, Mukul Gandhi

defining an element with XML Schema (Xerces)

2008-12-16 Thread Mukul Gandhi
, and also define an attribute (as started in requirement [1] above). How can this be done with XML Schema, and Xerces? I am fine with using XML Schema 1.1, if it offers any extra features. -- Regards, Mukul Gandhi

Re: defining an element with XML Schema (Xerces)

2008-12-16 Thread Mukul Gandhi
xs:minLength value=1 / xs:maxLength value=50 / /xs:restriction /xs:simpleType Regards, John -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h

Re: [jira] Commented: (XERCESJ-1351) Type alternatives implementation seems to be broken

2008-12-16 Thread Mukul Gandhi
: --- Mukul, I get different behaviour when I try your test. The only error I'm getting is: org.xml.sax.SAXParseException: cvc-minLength-valid: Value '' with length = '0' is not facet-valid with respect to minLength '1' for type 'shortString'. -- Regards, Mukul Gandhi

Re: [jira] Commented: (XERCESJ-1351) Type alternatives implementation seems to be broken

2008-12-17 Thread Mukul Gandhi
;. Thanks. [1] http://www.w3.org/TR/xmlschema11-1/#nonnormative-language-ids Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi

Re: [jira] Commented: (XERCESJ-1351) Type alternatives implementation seems to be broken

2008-12-17 Thread Mukul Gandhi
On Wed, Dec 17, 2008 at 10:20 PM, Mukul Gandhi gandhi.mu...@gmail.com wrote: 2) Even without specifying version=1.1 in the Schema, type alternatives are recognized I think this is because, we specified following in the file, XMLSchema11Test.java System.setProperty

Re: [jira] Commented: (XERCESJ-1351) Type alternatives implementation seems to be broken

2008-12-18 Thread Mukul Gandhi
to my observations the type alternatives implementation assign the correct address type to the ADDRESS element. I'll continue to test this scenario further. Thanks Best Regards, Hiranya -- Regards, Mukul Gandhi

Re: SchemaFactory and XML Schema 1.1 (was: [jira] Commented: (XERCESJ-1351) Type alternatives implementation seems to be broken)

2008-12-18 Thread Mukul Gandhi
on this are on the Wiki [1]. Thanks. [1] http://wiki.apache.org/xerces/Xerces-J:_XML_Schema_1.1_Design_Thoughts Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi

Re: [jira] Resolved: (XERCESJ-1351) Type alternatives implementation seems to be broken

2009-03-25 Thread Mukul Gandhi
this might have been added while you were debugging but we should be determining this based on the schema version. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e

Re: [jira] Resolved: (XERCESJ-1351) Type alternatives implementation seems to be broken

2009-03-26 Thread Mukul Gandhi
with Xerces' XSModel. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: [jira] Resolved: (XERCESJ-1351) Type alternatives implementation seems to be broken

2009-03-26 Thread Mukul Gandhi
2.0 parser / evaluator [2] which was recently donated to Eclipse [3]. I think we may be able to use it for supporting assertions. I understand that it is schema-aware and is apparently able to work with Xerces' XSModel. -- Regards, Mukul Gandhi

assertions implementation progress

2009-04-09 Thread Mukul Gandhi
stuff here } This is just a very high level design. The actual details in the final code may take a different shape. I'm hoping to have an initial complete assertions implementation quite soon. Please watch this space :) -- Regards, Mukul Gandhi

assertions implementation progress

2009-04-09 Thread Mukul Gandhi
a very high level design. The actual details in the final code may take a different shape. I'm hoping to have an initial complete assertions implementation quite soon. Please watch this space :) -- Regards, Mukul Gandhi

unable to generate user friendly error messages, for assertions evaluations

2009-04-11 Thread Mukul Gandhi
declaration in the Schema, fails: xs:assert test=1=2 /. And it should indeed fail. But I want to display an user friendly error message in this case. Why does the 'reportSchemaError' method call fails, and how could I fix this problem? -- Regards, Mukul Gandhi

Re: unable to generate user friendly error messages, for assertions evaluations

2009-04-12 Thread Mukul Gandhi
#setErrorHandler(org.xml.sax.ErrorHandler) Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr

Re: Type aware XPath 2.0 processing with assertions

2009-04-18 Thread Mukul Gandhi
basic you're working with the open source version: Saxon-B. Yes.. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: [VOTE RESULTS]: Nomination of Mukul Gandhi for Committer Status

2009-05-04 Thread Mukul Gandhi
as the newest Xerces-J committer. Congratulations Mukul! Thanks for all you've done so far. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi

Re: [VOTE]: Nomination of Mukul Gandhi for Committer Status

2009-05-05 Thread Mukul Gandhi
look forward to work with you and other members of the team. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: [VOTE]: Nomination of Mukul Gandhi for Committer Status

2009-05-05 Thread Mukul Gandhi
Schema WG Member, W3C SML WG (1-905) 413-3255 T/L 313-3255 -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: Xerces on Java 5

2009-05-07 Thread Mukul Gandhi
://wso2.org E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491 Blog: http://techfeast-hiranya.blogspot.com -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail

Re: Xerces on Java 5

2009-05-08 Thread Mukul Gandhi
doesn't support JDK 1.6 to 1.4/1.3 conversion. We need to use JDK 1.5. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: Xerces on Java 5

2009-05-08 Thread Mukul Gandhi
in all JDKs from 1.3 upto 1.6. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: Xerces on Java 5

2009-05-08 Thread Mukul Gandhi
at that point, rather than jumping to a later release on a branch without a particular reason for doing so. Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi

populating an XSModel from Xerces augmentations

2009-05-12 Thread Mukul Gandhi
result in a full Schema tree inside, xsmodel? Or, would xsmodel contain only the first level element declaration (and no sibling Schema information)? If, xsmodel would not contain the full Schema tree, how do I construct it given an Augmentations object? -- Regards, Mukul Gandhi

Re: populating an XSModel from Xerces augmentations

2009-05-12 Thread Mukul Gandhi
/org/apache/xerces/xs/ElementPSVI.html#getSchemaInformation() Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e

constructing XSModelImpl from javax.xml.validation.Schema

2009-05-14 Thread Mukul Gandhi
? For this need, we could provide an additional constructor to the user, XSModelImpl(Schema schema). Is the implementation of this requirement, feasible within Xerces? And will this facility, provide additional value to the users? -- Regards, Mukul Gandhi

Re: constructing XSModelImpl from javax.xml.validation.Schema

2009-05-15 Thread Mukul Gandhi
[] ) grammars; // get a ClassCastException here XSModel xsmodel = xsGrammars[0].toXSModel(xsGrammars); // end code How do I I convert Grammar to XSGrammar? -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr

Re: constructing XSModelImpl from javax.xml.validation.Schema

2009-05-15 Thread Mukul Gandhi
, grammars.length); and then things should work fine from there. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: constructing XSModelImpl from javax.xml.validation.Schema

2009-05-17 Thread Mukul Gandhi
above, relies on adding a new method, getSchemaGrammars() in XSModelImpl.java. On Fri, May 15, 2009 at 6:52 PM, Mukul Gandhi gandhi.mu...@gmail.com wrote: Hi Michael,   Thanks for reply. This works fine, and is really nice. I have another question. Can we convert XSModel into the JAXP object

Re: constructing XSModelImpl from javax.xml.validation.Schema

2009-05-18 Thread Mukul Gandhi
...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: importNode on PSVIDocumentImpl (copying PSVI as well)

2009-05-18 Thread Mukul Gandhi
reason that you think you need to do this? Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail

Xerces assertions, a schema aware XPath example

2009-05-19 Thread Mukul Gandhi
have this capability now in the Psychopath engine, and Xerces assertions. Kindly use the latest Psychopath JAR that I provided today. I would appreciate any feedback from the Xerces team about this. -- Regards, Mukul Gandhi

XML Schema 1.1 assertions with psychopath, update

2009-05-26 Thread Mukul Gandhi
think, this improves a lot the XPath 2.0 evaluation support for Xerces-J assertions. FYI, please.. PS: You can wait for all these improvements to ship with Eclipse WTP 3.2 M1 (sometime in July-Aug 09' I believe), or can ask me to post the latest psychopath jar any time earlier. -- Regards, Mukul

SchemaGrammar.addGlobalTypeDecl gives NPE for anonymous types

2009-05-30 Thread Mukul Gandhi
. feasible to be implemented in Xerces? Does it affect other places of Xerces code? I have following questions: 1) Am I building the SchemaGrammar correctly? If not, what's the correct way? 2) If yes, then how do I avoid NPE in this case? -- Regards, Mukul Gandhi

Re: SchemaGrammar.addGlobalTypeDecl gives NPE for anonymous types

2009-05-30 Thread Mukul Gandhi
On Sat, May 30, 2009 at 4:36 PM, Mukul Gandhi gandhi.mu...@gmail.com wrote: 1. I cannot do, schemaGrammar.addGlobalTypeDecl(elementPSVI.getTypeDefinition()); if the type is an anonymous type. It seem, *I need to do this* to have a fully populated schema. It seems I have found the workaround

Re: SchemaGrammar.addGlobalTypeDecl gives NPE for anonymous types

2009-05-31 Thread Mukul Gandhi
schemaGrammar.addGlobalNotationDecl (.. Do you think, these three calls are enough to complete create the grammar for an element? Or do we need to set some other things as well, on schemaGrammar? On Sun, May 31, 2009 at 1:11 AM, Michael Glavassevich mrgla...@ca.ibm.com wrote: Hi Mukul, Mukul Gandhi

Re: XML Schema Validation with Xerces2

2009-06-11 Thread Mukul Gandhi
loader, to report the errors. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: XML Schema Validation with Xerces2

2009-06-11 Thread Mukul Gandhi
look at Sandy's work to learn more about this facility. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: Quality evaluation - survey

2009-06-11 Thread Mukul Gandhi
cyclomatic number because requirements makes us write a complex code. I believe, an usual measure to tackle high complexity is adequate testing. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr

Re: Quality evaluation - survey

2009-06-11 Thread Mukul Gandhi
need, rather than code quality. In any case, I'll see how the GSoC participants perform and how easy they'll find adding code to xerces. I'll go back to lurking, thanks for the responses. cheers, Stephane Vaucher -- Regards, Mukul Gandhi

Re: Quality evaluation - survey

2009-06-11 Thread Mukul Gandhi
, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: XML Schema Validation with Xerces2

2009-06-12 Thread Mukul Gandhi
from the Grammar object (it does something like, ((XSGrammar) fSchemaLoader.loadGrammar(new XMLInputSource(null, uri, null))).toXSModel(). -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org

Re: XML Schema Validation with Xerces2

2009-06-12 Thread Mukul Gandhi
+ and would work in environments where Xerces isn't available. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e

JRE 1.4 compatible psychopath JAR

2009-06-16 Thread Mukul Gandhi
Sun JRE 1.5 The latest psychopath library should be working with JRE 1.3 as well, as I produced the JAR with JRE 1.3 compatibility on. It should likely also work on JRE 1.6. The user feedback to this PsychoPath version would be welcome. -- Regards, Mukul Gandhi

PsychoPath usage within Xerces-J, which JRE version?

2009-06-18 Thread Mukul Gandhi
. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: XML Schema 1.1 xs:override implementation

2009-06-24 Thread Mukul Gandhi
in anyway. I could contribute code, or perhaps do a bit of testing later, when it's completed. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h

Re: XML Schema 1.1 xs:override implementation

2009-06-25 Thread Mukul Gandhi
mentioned in your previous mail? Your feedback will help us identify the shortcomings of that initial work. Sure, I would do that and would share my findings to the list. I guess, you need to revisit the logic again on the patch, and see what needs to be done going forward. -- Regards, Mukul

IBM ICU for PsychoPath and xerces-j

2009-07-24 Thread Mukul Gandhi
or a narrow portion of it for some of the functionality? I need to convey the xerces project's opinion about this, to PsychoPath team. I would appreciate if we could have a quick discussion on this. -- Regards, Mukul Gandhi

Re: IBM ICU for PsychoPath and xerces-j

2009-07-28 Thread Mukul Gandhi
, Richard -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

XML Schema 1.1 inheritable attributes, implementation

2009-07-30 Thread Mukul Gandhi
, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: XML Schema 1.1 inheritable attributes, implementation

2009-07-31 Thread Mukul Gandhi
: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: New Xerces Chair

2009-08-18 Thread Mukul Gandhi
        WE7 - Great Music, Free +44-20-7117-0809    http://www.we7.com -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h

can we provide full XPath 2.0 language, for type alternatives

2009-09-03 Thread Mukul Gandhi
that comes to my mind is, to provide a configurable option to users, to either use the minimal subset (which is the current implementation), or use full XPath 2.0 support, with PsychoPath. -- Regards, Mukul Gandhi - To unsubscribe

Re: can we provide full XPath 2.0 language, for type alternatives

2009-09-03 Thread Mukul Gandhi
to Xerces-J implementation, I'll be happy to put effort on this (if I am allowed to :)). -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h

Re: can we provide full XPath 2.0 language, for type alternatives

2009-09-08 Thread Mukul Gandhi
-- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: can we provide full XPath 2.0 language, for type alternatives

2009-09-09 Thread Mukul Gandhi
later. Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org

Re: can we provide full XPath 2.0 language, for type alternatives

2009-09-10 Thread Mukul Gandhi
:) Any further suggestions, please? -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: can we provide full XPath 2.0 language, for type alternatives

2009-09-14 Thread Mukul Gandhi
Hi all, On Sat, Sep 12, 2009 at 1:57 PM, Mukul Gandhi gandhi.mu...@gmail.com wrote: If you're up for it go right ahead. :-) Thanks. I'll begin implementation, for this soon after inheritable attribute changes get committed. I have completed an implementation for this. After starting CTA

xpathDefaultNamespace implementation on xs:assert, with psychopath

2009-09-19 Thread Mukul Gandhi
to PsychoPath team as well. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: psychopath API changes and xerces-j (was Re: xpathDefaultNamespace implementation on xs:assert, with psychopath)

2009-09-21 Thread Mukul Gandhi
. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: Release plan for Xerces-J 2.10.0

2009-10-20 Thread Mukul Gandhi
assertions examples with Xerces assertions. The Roger's assertions examples which failed with Xerces, had some workaround possible (I don't think, there are major bugs in Xerces assertions in relation to this), to be running successfully. -- Regards, Mukul Gandhi

Re: XML Schema prefix while using XPath expressions in assertions

2009-11-11 Thread Mukul Gandhi
have one. Doing anything else is incorrect. Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j

Re: XML Schema prefix while using XPath expressions in assertions

2009-11-12 Thread Mukul Gandhi
IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: XML Schema prefix while using XPath expressions in assertions

2009-11-12 Thread Mukul Gandhi
: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: XML Schema prefix while using XPath expressions in assertions

2009-11-12 Thread Mukul Gandhi
to be unaffected by this PsychoPath feature, while writing XSD 1.1 schemas. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: XML Schema prefix while using XPath expressions in assertions

2009-11-13 Thread Mukul Gandhi
/XPathExpression.html#evaluate(java.lang.Object) Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev

Re: XML Schema prefix while using XPath expressions in assertions

2009-11-13 Thread Mukul Gandhi
/api/javax/xml/xpath/XPathExpression.html#evaluate(java.lang.Object) Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi

Re: XML Schema prefix while using XPath expressions in assertions

2009-11-14 Thread Mukul Gandhi
an intermediate step to eliminate the hard-coding which was there before? yes :) But definetely, I am going to rethink the design for this requirement based on your suggestion. As of now, though the logic which I implemented seem to achieve the funtional objectives of this use case. -- Regards, Mukul

Re: XML Schema prefix while using XPath expressions in assertions

2009-11-14 Thread Mukul Gandhi
...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: XML Schema prefix while using XPath expressions in assertions

2009-11-16 Thread Mukul Gandhi
processing the namespace bindings). Feel free to implement it if you're interested. Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi

Re: XML Schema prefix while using XPath expressions in assertions

2009-11-16 Thread Mukul Gandhi
, and suggest further improvements please. On Mon, Nov 16, 2009 at 7:02 PM, Mukul Gandhi muk...@apache.org wrote: Hi Michael,   I have begun thinking, about the code changes for the design improvements we agreed, to make assertions (it seems, CTA psychopath expressions are not affected by this issue

Re: Xerces-J 2.10.0 release notes in JIRA

2009-11-24 Thread Mukul Gandhi
://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10520styleName=Htmlversion=12314400 Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi

Re: Xerces-J 2.10.0 release notes in JIRA

2009-11-24 Thread Mukul Gandhi
...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: Compiliation Issue with SVN rev 887547 (was: svn commit: r887547 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: AbstractPsychoPathImpl.java XMLAssertPsychopathImpl.

2009-12-10 Thread Mukul Gandhi
currently checked in. It wasn't obvious to me how to fix this. Can you take a look? Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi

Re: [VOTE]: Xerces-J 2.10.0 Release on Friday, December 18th

2009-12-15 Thread Mukul Gandhi
. [1] http://markmail.org/thread/wjvplpmevpex7qoz [2] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10520styleName=Htmlversion=12314400 Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul

Re: [VOTE]: Xerces-J 2.10.0 Release on Friday, December 18th

2009-12-27 Thread Mukul Gandhi
...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: [VOTE]: Xerces-J 2.10.0 Release on Friday, December 18th

2010-01-04 Thread Mukul Gandhi
around the holidays). I was vacationing up until yesterday but will be ramping up again soon to get this release out. Still have a few more things to commit. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr

feature proposal: implementation of javax.xml.namespace.NamespaceContext

2010-01-14 Thread Mukul Gandhi
, NamespaceContextImpl might be stored in Xerces-J package, org.apache.xerces.jaxp Any thoughts about this, please? I have an implementation for this ready with me (which is just only the above Java code). This could be committed to Xerces-J code-base, if we agree on this. -- Regards, Mukul Gandhi

Re: feature proposal: implementation of javax.xml.namespace.NamespaceContext

2010-01-14 Thread Mukul Gandhi
. Please ignore this proposal, if it's incorrect. On Thu, Jan 14, 2010 at 6:47 PM, Mukul Gandhi muk...@apache.org wrote: Hi all,   Currently I cannot see in Xerces-J codebase, a Xerces implementation of the JAXP XPath interface, javax.xml.namespace.NamespaceContext. It seems user's have

Re: feature proposal: implementation of javax.xml.namespace.NamespaceContext

2010-01-14 Thread Mukul Gandhi
XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h

Re: svn commit: r903082 - /xerces/java/branches/xml-schema-1.1-dev/samples/jaxp/SourceValidator.java

2010-01-25 Thread Mukul Gandhi
users learn correct usage of the JAXP API from these samples. Don't want them to start forming bad habits of relying on internals. This should be able to compile with the JAXP API alone. -- Regards, Mukul Gandhi

Re: Need Help on XML Vulnerabilty of Apache Xerces Java

2010-01-29 Thread Mukul Gandhi
: mrgla...@apache.org -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org

Re: Xml Vulnerability issue with C Xerces

2010-01-29 Thread Mukul Gandhi
. so can anyone has idea about: is there any patch or maybe any latest version which has handle this issue and can be used directly. With Regards Atul Parti -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j-dev-unsubscr

Re: Serializing XSModel - more information needed

2010-02-23 Thread Mukul Gandhi
implementation for SAX as well? I don't think, this exists at present. But I guess, an implementation of this could be possible. Probably, somebody could add more to this discussion. -- Regards, Mukul Gandhi - To unsubscribe, e-mail: j

  1   2   3   4   5   6   7   8   9   10   >