Author: mukulg
Date: Sat Jun 16 04:47:51 2012
New Revision: 1350861
URL: http://svn.apache.org/viewvc?rev=1350861&view=rev
Log:
committing fix for Jira issue, XERCESJ-1559
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/asser
Author: mukulg
Date: Thu May 24 20:33:40 2012
New Revision: 1342425
URL: http://svn.apache.org/viewvc?rev=1342425&view=rev
Log:
related to commit for jira issue XERCESJ-1562, doing additional improvements
related to {xs:dateTime - xs:dayTimeDuration} subtraction operations with the
Psycho
Author: mukulg
Date: Tue May 22 21:31:36 2012
New Revision: 1341644
URL: http://svn.apache.org/viewvc?rev=1341644&view=rev
Log:
committing a slight additional fix to PsychoPath XPath engine, related to the
earlier fix committed few minutes ago.
Modified:
xerces/java/branches/xml-schema
Author: mukulg
Date: Tue May 22 20:33:07 2012
New Revision: 1341615
URL: http://svn.apache.org/viewvc?rev=1341615&view=rev
Log:
providing fixes for the jira issue,
https://issues.apache.org/jira/browse/XERCESJ-1562. this required some fixes in
the PsychoPath XPath2 engine (ref, eclipse
Author: mukulg
Date: Wed May 2 21:25:19 2012
New Revision: 1333217
URL: http://svn.apache.org/viewvc?rev=1333217&view=rev
Log:
reversing previous changes, as per new comments for jira issue XERCESJ-1559
Modified:
xerces/java/trunk/src/org/apache/xerces/impl/xs/XMLSchemaValidator.
Author: mukulg
Date: Wed May 2 21:24:36 2012
New Revision: 1333216
URL: http://svn.apache.org/viewvc?rev=1333216&view=rev
Log:
reversing previous changes, as per new comments for jira issue XERCESJ-1559
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp
Author: mukulg
Date: Sat Apr 21 20:49:58 2012
New Revision: 1328735
URL: http://svn.apache.org/viewvc?rev=1328735&view=rev
Log:
committing the same fix on trunk, for the commit that was made a moment ago on
the schema-dev-1.1 branch.
Modified:
xerces/java/trunk/src/org/apache/xerces/imp
Author: mukulg
Date: Sat Apr 21 20:47:17 2012
New Revision: 1328734
URL: http://svn.apache.org/viewvc?rev=1328734&view=rev
Log:
committing fixes for the bug reported by "Jorge Williams", with Xerces's XSD
implementation (bug reference, http://markmail.org/message/ijlswam4n
Author: mukulg
Date: Sat Mar 31 12:19:36 2012
New Revision: 1307787
URL: http://svn.apache.org/viewvc?rev=1307787&view=rev
Log:
fixing a NPE error (on schema 1.1 branch) reported by "Jorge Williams" on
xerces list (problem ref, http://markmail.org/thread/ei2isj425fz2335a).
Modifie
Author: mukulg
Date: Fri Mar 23 07:59:16 2012
New Revision: 1304218
URL: http://svn.apache.org/viewvc?rev=1304218&view=rev
Log:
fixing an NPE error reported by Jorge Williams on "xerces users" list.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/
Author: mukulg
Date: Tue Mar 13 10:19:25 2012
New Revision: 1300055
URL: http://svn.apache.org/viewvc?rev=1300055&view=rev
Log:
doing some minor refactoring and cleanup of schema 1.1 code base.
Added:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/
Author: mukulg
Date: Sun Feb 19 01:48:55 2012
New Revision: 1290922
URL: http://svn.apache.org/viewvc?rev=1290922&view=rev
Log:
a bug was reported by an user couple of days ago on j-us...@xerces.apache.org
list (ref, http://markmail.org/message/lkjfgjryt7245mco) that if "JDK
assert
Author: mukulg
Date: Thu Jan 19 03:46:33 2012
New Revision: 1233156
URL: http://svn.apache.org/viewvc?rev=1233156&view=rev
Log:
doing a minor change to codebase that was earlier committed today, to align
with the defined pattern
Modified:
xerces/java/branches/xml-schema-1.1-dev/src
Author: mukulg
Date: Thu Jan 19 01:26:26 2012
New Revision: 1233147
URL: http://svn.apache.org/viewvc?rev=1233147&view=rev
Log:
schema 1.1 commit:
prohibiting the attributes "minOccurs" and "maxOccurs" to appear on an
wild-card if it exists within or . this is as
pe
Author: mukulg
Date: Fri Jan 13 16:14:39 2012
New Revision: 1231153
URL: http://svn.apache.org/viewvc?rev=1231153&view=rev
Log:
minor improvement to one of the classes. there were few unnecessary cast
operations, which are now likely improved.
Modified:
xerces/java/branches/xml-schema
Author: mukulg
Date: Fri Jan 13 09:58:12 2012
New Revision: 1230970
URL: http://svn.apache.org/viewvc?rev=1230970&view=rev
Log:
fixing a potential NPE issue.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java
Modi
Author: mukulg
Date: Fri Jan 13 08:34:59 2012
New Revision: 1230915
URL: http://svn.apache.org/viewvc?rev=1230915&view=rev
Log:
fixing a potential NPE issue.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java
Modi
Author: mukulg
Date: Wed Jan 11 08:17:21 2012
New Revision: 1229926
URL: http://svn.apache.org/viewvc?rev=1229926&view=rev
Log:
adding following two new options to jaxp.SourceValidator sample,
a) -fx : for enabling full XPath2 support for XSD 1.1 CTA evaluations
b) -acp : for enabling comm
Author: mukulg
Date: Wed Jan 11 01:40:01 2012
New Revision: 1229852
URL: http://svn.apache.org/viewvc?rev=1229852&view=rev
Log:
updating a bit the documentation of jaxp.SourceValidator sample.
Modified:
xerces/java/branches/xml-schema-1.1-dev/docs/samples-jaxp.xml
Modified: xerces/
Author: mukulg
Date: Sun Dec 18 05:41:13 2011
New Revision: 1220337
URL: http://svn.apache.org/viewvc?rev=1220337&view=rev
Log:
doing few minor updates to schema 1.1 docs
Modified:
xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml
Modified: xerces/java/branches/xml-schema-1.1-dev/
Author: mukulg
Date: Sun Dec 18 04:20:10 2011
New Revision: 1220333
URL: http://svn.apache.org/viewvc?rev=1220333&view=rev
Log:
committing a documentation update for the XSD 1.1 features that were recently
implemented for Xerces code base. I've added a fictitious version tag of 2.12.0
Author: mukulg
Date: Sun Dec 4 09:49:28 2011
New Revision: 1210087
URL: http://svn.apache.org/viewvc?rev=1210087&view=rev
Log:
an W3C XSD 1.1 test case requires that, if a complexType overrides a simpleType
(or vice versa, if a simpleType overrides a complexType) with the same name
then
Author: mukulg
Date: Thu Dec 1 03:57:40 2011
New Revision: 1208946
URL: http://svn.apache.org/viewvc?rev=1208946&view=rev
Log:
committing an implementation of a feature to control, if comment and PI nodes
should be visible in schema 1.1 XDM trees. the default value of this
feature is
Author: mukulg
Date: Thu Nov 24 06:11:12 2011
New Revision: 1205731
URL: http://svn.apache.org/viewvc?rev=1205731&view=rev
Log:
making changes to implement the schema 1.1 error code src-assert.3.13.1
consistently for and .
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/ap
Author: mukulg
Date: Thu Nov 24 03:52:18 2011
New Revision: 1205718
URL: http://svn.apache.org/viewvc?rev=1205718&view=rev
Log:
defining a missing error code in schema 1.1 properties file.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl
Author: mukulg
Date: Wed Nov 23 10:43:29 2011
New Revision: 1205359
URL: http://svn.apache.org/viewvc?rev=1205359&view=rev
Log:
in some cases, XSD 1.1 assertion evaluations produce a lengthy and undesirable
stack trace on standard output. i'm providing a quick fix for this pr
Author: mukulg
Date: Sat Nov 12 16:03:07 2011
New Revision: 1201280
URL: http://svn.apache.org/viewvc?rev=1201280&view=rev
Log:
schema 1.1 commit:
improving implementation of XPath 2.0 fn:index-of function. this now supports
QName values as the second argument (this wasn't supporte
Author: mukulg
Date: Sat Nov 12 13:33:05 2011
New Revision: 1201259
URL: http://svn.apache.org/viewvc?rev=1201259&view=rev
Log:
schema 1.1 commit:
committing an improved PsychoPath XPath jar. This has improvement for the XPath
2.0 fn:abs function implementation. fn:abs implementation wa
Author: mukulg
Date: Thu Nov 10 05:53:24 2011
New Revision: 1200169
URL: http://svn.apache.org/viewvc?rev=1200169&view=rev
Log:
schema 1.1 commit:
adding support for xs:base64Binary and xs:hexBinary while computing typed
values for XDM nodes. the PsychoPath XPath engine required little cha
Author: mukulg
Date: Mon Nov 7 13:02:34 2011
New Revision: 1198718
URL: http://svn.apache.org/viewvc?rev=1198718&view=rev
Log:
adding support for comment and PI nodes for XML Schema 1.1 assert XDM trees.
this was possible after yesterday's enhancement by Michael Glavassevich adding
su
Author: mukulg
Date: Sun Nov 6 16:12:05 2011
New Revision: 1198396
URL: http://svn.apache.org/viewvc?rev=1198396&view=rev
Log:
schema 1.1 commit:
similar to the assertions behavior when, the XPath expression contains tokens
'/' or '//' we used to raise warning for the
Author: mukulg
Date: Fri Nov 4 16:34:40 2011
New Revision: 1197636
URL: http://svn.apache.org/viewvc?rev=1197636&view=rev
Log:
another small variable renaming I wanted to do.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traver
Author: mukulg
Date: Fri Nov 4 16:07:45 2011
New Revision: 1197621
URL: http://svn.apache.org/viewvc?rev=1197621&view=rev
Log:
schema 1.1 commit:
it seemed to me that the class XPath20Assert in org.apache.xerces.impl.xpath
was superfluously modeled, and it's functionality coul
Author: mukulg
Date: Mon Oct 31 01:58:37 2011
New Revision: 1195303
URL: http://svn.apache.org/viewvc?rev=1195303&view=rev
Log:
schema 1.1 commit:
providing an implementation to have non document node (currently only element
nodes are supported as XDM roots other than the document node) as
Author: mukulg
Date: Sun Oct 30 06:43:17 2011
New Revision: 1195123
URL: http://svn.apache.org/viewvc?rev=1195123&view=rev
Log:
committing an improved PsychoPath XPath jar. checks like following , went into infinite loop if the
type T in ElementTest, element(.., T) is not in the XPath con
Author: mukulg
Date: Sat Oct 29 10:09:48 2011
New Revision: 1194862
URL: http://svn.apache.org/viewvc?rev=1194862&view=rev
Log:
doing minor variable spelling correction
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.
Author: mukulg
Date: Sat Oct 29 09:44:17 2011
New Revision: 1194855
URL: http://svn.apache.org/viewvc?rev=1194855&view=rev
Log:
schema 1.1 commit:
XSD 1.1 assertions require the root node of assert XDM tree to be untyped (this
was tested in couple of XSD 1.1 test suite tests), and all o
Author: mukulg
Date: Fri Oct 28 15:36:00 2011
New Revision: 1190401
URL: http://svn.apache.org/viewvc?rev=1190401&view=rev
Log:
committing an improved PsychoPath XPath jar. this improvement solves the XSD
1.1 test suite test, s3_12ii06s. we now do extra static checks within
PsychoPath en
Author: mukulg
Date: Fri Oct 28 09:07:31 2011
New Revision: 1190217
URL: http://svn.apache.org/viewvc?rev=1190217&view=rev
Log:
schema 1.1 commit:
improving logic to find value of 'xpathDefaultNamespace' for . we now
look into the included XSD document as well, to get this v
Author: mukulg
Date: Wed Oct 26 05:14:01 2011
New Revision: 1189027
URL: http://svn.apache.org/viewvc?rev=1189027&view=rev
Log:
committing an improved PsychoPath XPath jar, with some fixes for XPath2
"instance of" checks. ref Eclipse bug,
https://bugs.eclipse.org/bugs/show_bug
Author: mukulg
Date: Tue Oct 25 17:31:31 2011
New Revision: 1188817
URL: http://svn.apache.org/viewvc?rev=1188817&view=rev
Log:
committing a fix into PsychoPath XPath engine. this has some further
improvements for function fn:namespace-uri-from-QName(..). Here's an XSD 1.1
use case
Author: mukulg
Date: Sun Oct 23 16:02:39 2011
New Revision: 1187915
URL: http://svn.apache.org/viewvc?rev=1187915&view=rev
Log:
committing a new PsychoPath XPath engine jar. this solves an internal NPE error
in PsychoPath engine, thereby solving some uses of the XPath2 fn:collection
func
Author: mukulg
Date: Sun Oct 23 11:09:21 2011
New Revision: 1187865
URL: http://svn.apache.org/viewvc?rev=1187865&view=rev
Log:
schema 1.1 commit:
made few fixes to meet requirements of more XSD 1.1 test suite tests, that
involve checks like following in CTA XPath expressions,
. instanc
Author: mukulg
Date: Sat Oct 22 09:30:42 2011
New Revision: 1187678
URL: http://svn.apache.org/viewvc?rev=1187678&view=rev
Log:
committing a minor variable renaming
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
Modi
Author: mukulg
Date: Sat Oct 22 08:42:24 2011
New Revision: 1187673
URL: http://svn.apache.org/viewvc?rev=1187673&view=rev
Log:
schema 1.1 commit:
made some fixes to XPath2 function fn:namespace-uri-from-QName (which is now
able to look into the XPath2 dynamic context as well, to res
Author: mukulg
Date: Fri Oct 21 16:18:28 2011
New Revision: 1187442
URL: http://svn.apache.org/viewvc?rev=1187442&view=rev
Log:
schema 1.1 commit: setting base-uri property of XPath2 static context, to the
URI of XSD document while processing CTA. this is expected in one of XSD 1.1
test s
Author: mukulg
Date: Thu Oct 20 14:05:03 2011
New Revision: 1186819
URL: http://svn.apache.org/viewvc?rev=1186819&view=rev
Log:
schema 1.1 commit: assigning document URI to the XDM tree for
(using an approximation for the URI; reusing document URI of the parent
document). if required, we
Author: mukulg
Date: Sun Oct 9 04:34:12 2011
New Revision: 1180543
URL: http://svn.apache.org/viewvc?rev=1180543&view=rev
Log:
committing a schema 1.1 fix. started with fixing implementation to comply to
the XSD 1.1 test case "cta9003err" (contributed by Saxonica). doing addi
Author: mukulg
Date: Sat Oct 8 07:51:08 2011
New Revision: 1180333
URL: http://svn.apache.org/viewvc?rev=1180333&view=rev
Log:
starting with need to improve schema 1.1 implementation, as per requirements of
XSD 1.1 CTA test "cta0006.n01" (contributed by Saxonica), have
Author: mukulg
Date: Sat Sep 10 15:45:02 2011
New Revision: 1167544
URL: http://svn.apache.org/viewvc?rev=1167544&view=rev
Log:
committing a schema 1.1 change:
the commit made by Khaled during SVN commit 1166836, introduced a new parameter
to method checkFacets (i believe, which
Author: mukulg
Date: Thu Sep 8 03:46:24 2011
New Revision: 1166522
URL: http://svn.apache.org/viewvc?rev=1166522&view=rev
Log:
schema 1.1 change: as per private discussion with Sandy Gao, implementing a
feature to control "xpath subset" vs "full xpath" for CTA evalua
Author: mukulg
Date: Wed Aug 24 08:57:44 2011
New Revision: 1161020
URL: http://svn.apache.org/viewvc?rev=1161020&view=rev
Log:
for the case when schema 1.1 assert xpath expressions begin with / or //,
improving the description of warning message produced by Xerces.
Modified:
xerces/
Author: mukulg
Date: Wed Aug 24 07:49:55 2011
New Revision: 1160996
URL: http://svn.apache.org/viewvc?rev=1160996&view=rev
Log:
doing a schema 1.1 fix.
assert xpath expressions beginning with / or // are disallowed by the XSD 1.1
spec, since XDM trees on which assert xpath expressions
Author: mukulg
Date: Sat Aug 13 03:55:34 2011
New Revision: 1157313
URL: http://svn.apache.org/viewvc?rev=1157313&view=rev
Log:
doing a schema 1.1 commit. adding rules for validating values of types NCName,
Name, NMToken & QName with XML 1.1 rules if working in XSD 1.1 mode, else (if
Author: mukulg
Date: Thu Aug 11 13:21:33 2011
New Revision: 1156609
URL: http://svn.apache.org/viewvc?rev=1156609&view=rev
Log:
committing a schema 1.1 change. the changes committed by Khaled during the SVN
commit 1156230 required these changes (otherwise some of the xsd 1.1 assertion
use c
Author: mukulg
Date: Tue Aug 9 03:41:04 2011
New Revision: 1155198
URL: http://svn.apache.org/viewvc?rev=1155198&view=rev
Log:
schema 1.1 change: a minor change for help text (to make it consistent with
other help text strings) in jaxp.SourceValidator sample.
Modified:
xerces/java/bran
Author: mukulg
Date: Fri Jul 29 14:46:11 2011
New Revision: 1152244
URL: http://svn.apache.org/viewvc?rev=1152244&view=rev
Log:
committing an improved PsychoPath XPath JAR again. this has fixes for the
"following" XPath axis. the Eclipse bug report remains same (i.e,
https://bu
Author: mukulg
Date: Fri Jul 29 00:49:40 2011
New Revision: 1152064
URL: http://svn.apache.org/viewvc?rev=1152064&view=rev
Log:
committing an improved PsychoPath XPath engine JAR. there was a bug related to
evaluation of reverse XPath axes references which was solved (ref,
h
Author: mukulg
Date: Mon Jul 25 13:54:04 2011
New Revision: 1150701
URL: http://svn.apache.org/viewvc?rev=1150701&view=rev
Log:
improving XSSerializer utility. adding option to serialize
declaration on complexType definition, and improving serialization of
wild-card.
Modified:
xe
Author: mukulg
Date: Sat Jul 23 02:13:22 2011
New Revision: 1149782
URL: http://svn.apache.org/viewvc?rev=1149782&view=rev
Log:
making few improvements to XSSerializer (particularly removing unnecessary
whitespaces and using constants from SchemaSymbols instead of writing them as
literals a
Author: mukulg
Date: Tue Jul 19 16:34:17 2011
New Revision: 1148440
URL: http://svn.apache.org/viewvc?rev=1148440&view=rev
Log:
committing fix for the JIRA issue XERCESJ-1518
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDHandler.java
Modi
Author: mukulg
Date: Tue Jul 19 16:33:35 2011
New Revision: 1148437
URL: http://svn.apache.org/viewvc?rev=1148437&view=rev
Log:
committing fix for the JIRA issue XERCESJ-1518
Modified:
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDHandler.java
Modified:
xerces/java/t
Author: mukulg
Date: Tue Jul 5 11:01:24 2011
New Revision: 1142978
URL: http://svn.apache.org/viewvc?rev=1142978&view=rev
Log:
committing a schema 1.1 improvement. it seems that reference to
"##defaultNamespace" as value of xpathDefaultNamespace, wasn't working properly
wit
Author: mukulg
Date: Mon Jul 4 11:40:41 2011
New Revision: 1142631
URL: http://svn.apache.org/viewvc?rev=1142631&view=rev
Log:
doing a small fix to schema 1.1 type alternative implementation. if
xpathDefaultNamespace is not present on xs:alternative, the implementation was
not taking
Author: mukulg
Date: Fri Jun 17 13:40:39 2011
New Revision: 1136880
URL: http://svn.apache.org/viewvc?rev=1136880&view=rev
Log:
cosmetic improvement to javadocs (really minor, and sorry if this commit is
annoying).
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xe
Author: mukulg
Date: Fri Jun 17 09:37:42 2011
New Revision: 1136825
URL: http://svn.apache.org/viewvc?rev=1136825&view=rev
Log:
committing a schema 1.1 fix. it seems that implementation of attribute
xpathDefaultNamespace for xs:selector & xs:field in IDC constraints was
incompl
Author: mukulg
Date: Tue May 31 04:00:04 2011
New Revision: 1129482
URL: http://svn.apache.org/viewvc?rev=1129482&view=rev
Log:
improving [type alternative] PSVI implementation a little bit. we don't seem to
need another Augmentations object, just for this need. readjusting the logic
Author: mukulg
Date: Mon May 30 04:47:00 2011
New Revision: 1128992
URL: http://svn.apache.org/viewvc?rev=1128992&view=rev
Log:
committing implementation of [type alternative] schema 1.1 PSVI property.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces
Author: mukulg
Date: Sun May 29 09:18:06 2011
New Revision: 1128843
URL: http://svn.apache.org/viewvc?rev=1128843&view=rev
Log:
committing implementation of [failed assertions] schema 1.1 PSVI property.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces
Author: mukulg
Date: Mon May 16 09:15:34 2011
New Revision: 1103656
URL: http://svn.apache.org/viewvc?rev=1103656&view=rev
Log:
committing slight improvement to schema targetNamespace initialization code (it
seems the previous commit introduced problems with "EmptyTargetNamespace"
Author: mukulg
Date: Mon May 16 07:25:42 2011
New Revision: 1103631
URL: http://svn.apache.org/viewvc?rev=1103631&view=rev
Log:
it seems that my previous commit broke the implementation of schema
targetNamespace mechanism somewhat. this commit solves that.
Modified:
xerces/java/bran
Author: mukulg
Date: Sun May 15 10:53:03 2011
New Revision: 1103314
URL: http://svn.apache.org/viewvc?rev=1103314&view=rev
Log:
if there's a schema header element as following,
...
(i.e xpathDefaultNamespace points to the targetNamespace of the schema),
xpathDefaultNamespace i
Author: mukulg
Date: Fri May 13 09:58:31 2011
New Revision: 1102644
URL: http://svn.apache.org/viewvc?rev=1102644&view=rev
Log:
committing slight improvement to schema 1.1 type table comparison logic.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp
Author: mukulg
Date: Wed May 11 08:25:07 2011
New Revision: 1101780
URL: http://svn.apache.org/viewvc?rev=1101780&view=rev
Log:
schema 1.1 implementation commit. improving implementation of type table
comparison, for "element declaration consistent" constraint. this improveme
Author: mukulg
Date: Mon May 9 09:13:02 2011
New Revision: 1100926
URL: http://svn.apache.org/viewvc?rev=1100926&view=rev
Log:
improving the implementation of schema 1.1 rule "element declaration
consistent" for type table equivalence. this improvement passes the related W3C
Author: mukulg
Date: Thu May 5 11:28:04 2011
New Revision: 1099756
URL: http://svn.apache.org/viewvc?rev=1099756&view=rev
Log:
improving one of schema 1.1 error message a bit.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.proper
Author: mukulg
Date: Thu May 5 00:57:17 2011
New Revision: 1099643
URL: http://svn.apache.org/viewvc?rev=1099643&view=rev
Log:
doing a minor improvement to logic.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDSimpleTypeTraverser.
Author: mukulg
Date: Wed May 4 16:44:25 2011
New Revision: 1099513
URL: http://svn.apache.org/viewvc?rev=1099513&view=rev
Log:
committing a slight improvement of error message for error key,
st-props-correct.1
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/
Author: mukulg
Date: Wed May 4 13:45:45 2011
New Revision: 1099444
URL: http://svn.apache.org/viewvc?rev=1099444&view=rev
Log:
further to implementation of error code st-props-correct.1 (for reporting
errors on use of special simple types in xs:list & xs:union) in an previous
com
Author: mukulg
Date: Wed May 4 10:54:06 2011
New Revision: 1099408
URL: http://svn.apache.org/viewvc?rev=1099408&view=rev
Log:
committing an improvement to schema 1.1 simpleType-> {list|union}
implementation.
schema 1.1 requires that itemType of xs:list and memberTypes of xs:union
Author: mukulg
Date: Wed May 4 08:33:36 2011
New Revision: 1099369
URL: http://svn.apache.org/viewvc?rev=1099369&view=rev
Log:
committing a little fix for xpath evaluation with psychopath engine, while
processing schema 1.1 CTA's (seems there was an error with scope of an object).
a
Author: mukulg
Date: Sun May 1 23:29:22 2011
New Revision: 1098441
URL: http://svn.apache.org/viewvc?rev=1098441&view=rev
Log:
solving a potential null pointer exception.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/asser
Author: mukulg
Date: Wed Apr 27 13:56:54 2011
New Revision: 1097113
URL: http://svn.apache.org/viewvc?rev=1097113&view=rev
Log:
doing minor variable renaming
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/assertion/XSAssertionXPath2Value.java
xe
Author: mukulg
Date: Mon Apr 25 15:41:13 2011
New Revision: 1096502
URL: http://svn.apache.org/viewvc?rev=1096502&view=rev
Log:
simplifying schema 1.1 CTA xpath evaluation logic a bit, involving psychopath
engine. and clarifying bit more, related comments.
Modified:
xerces/java/bran
Author: mukulg
Date: Wed Apr 20 15:57:20 2011
New Revision: 1095443
URL: http://svn.apache.org/viewvc?rev=1095443&view=rev
Log:
committing improvements to incorporate Michael's suggestions (regarding
improvements to inheritable attribute PSVI results) for SVN svn commit:
r1087961
Author: mukulg
Date: Tue Apr 19 01:37:02 2011
New Revision: 1094839
URL: http://svn.apache.org/viewvc?rev=1094839&view=rev
Log:
committing an improved psychopath xpath2 jar (improves implementation of
"castable as" expression. ref Eclipse bug,
https://bugs.eclipse.org/bugs/s
Author: mukulg
Date: Mon Apr 18 11:11:52 2011
New Revision: 1094489
URL: http://svn.apache.org/viewvc?rev=1094489&view=rev
Log:
Given the following XML document,
and this schema fragment used to validate elemen
Author: mukulg
Date: Mon Apr 18 11:11:00 2011
New Revision: 1094488
URL: http://svn.apache.org/viewvc?rev=1094488&view=rev
Log:
Given the following XML document,
and this schema fragment used to validate elemen
Author: mukulg
Date: Mon Apr 18 06:18:39 2011
New Revision: 1094246
URL: http://svn.apache.org/viewvc?rev=1094246&view=rev
Log:
committing slight fix for schema 1.1 assertions processing for xs:any wildcard
processing with processContents="skip" mode (character data was not
Author: mukulg
Date: Sat Apr 16 23:28:17 2011
New Revision: 1094087
URL: http://svn.apache.org/viewvc?rev=1094087&view=rev
Log:
committing few fixes for schema 1.1 assertions processing. if xs:any wildcard
has processContents="skip" then that part of XML content tree should be
Author: mukulg
Date: Wed Apr 13 10:00:12 2011
New Revision: 1091723
URL: http://svn.apache.org/viewvc?rev=1091723&view=rev
Log:
committing a slight fix to schema 1.1 conditional include processing. there was
likely an erroneous fIgnoreDepth++ in the codebase which caused problems for
cer
Author: mukulg
Date: Wed Apr 6 13:14:11 2011
New Revision: 1089442
URL: http://svn.apache.org/viewvc?rev=1089442&view=rev
Log:
removing little bit of redundant code.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
Modi
Author: mukulg
Date: Wed Apr 6 11:07:41 2011
New Revision: 1089399
URL: http://svn.apache.org/viewvc?rev=1089399&view=rev
Log:
committing a slight improvement for the schema 1.1 assertions error code
cvc-assertions-valid-context. this error code is now deleted and this is now
been handled
Author: mukulg
Date: Wed Apr 6 10:38:01 2011
New Revision: 1089391
URL: http://svn.apache.org/viewvc?rev=1089391&view=rev
Log:
i think it's good if we show in schema 1.1 assert error messages, the error
details relevant to the XPath static or dynamic context errors (for example
Author: mukulg
Date: Tue Apr 5 06:23:04 2011
New Revision: 1088906
URL: http://svn.apache.org/viewvc?rev=1088906&view=rev
Log:
committing a slight fix for PsychoPath engine. ref eclipse bug,
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341862.
Modified:
xerces/java/branches/xml-sc
Author: mukulg
Date: Sat Apr 2 04:46:49 2011
New Revision: 1087961
URL: http://svn.apache.org/viewvc?rev=1087961&view=rev
Log:
committing few improvements for inheritable attributes PSVI results.
creating a new class (XMLAttribute) to store attribute declaration and it's
value t
Author: mukulg
Date: Sat Apr 2 00:51:56 2011
New Revision: 1087947
URL: http://svn.apache.org/viewvc?rev=1087947&view=rev
Log:
removing a redundant empty statement
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/override/DOMOverrideImpl.
Author: mukulg
Date: Sat Apr 2 00:42:33 2011
New Revision: 1087944
URL: http://svn.apache.org/viewvc?rev=1087944&view=rev
Log:
StringBuffer.append(char) calls are probably better than
StringBuffer.append(String) when we append one character. Doing this
improvement in some parts of the code
Author: mukulg
Date: Fri Apr 1 11:07:42 2011
New Revision: 1087648
URL: http://svn.apache.org/viewvc?rev=1087648&view=rev
Log:
doing an optimization in an API call - String.indexOf(char) is probably faster
than String.indexOf(String) at the point of the fix.
Modified:
xerces/java/bran
Author: mukulg
Date: Fri Apr 1 10:49:34 2011
New Revision: 1087642
URL: http://svn.apache.org/viewvc?rev=1087642&view=rev
Log:
removing another unused method parameter, and a little bit of variable renaming.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/x
501 - 600 of 809 matches
Mail list logo