Re: XML Schemas

2005-09-16 Thread Davanum Srinivas
r? > > I found the thread on axis-dev regarding the donation of this module to > Axis, however, it was more than two years ago. Is this project/module > still being supported or used by any other Apache project? > > Thanks in advance, > Greg Lapouchnian. > > On Thu, 2005-09-1

Re: XML Schemas

2005-09-15 Thread Davanum Srinivas
n element, then the form will have a drop down > menu with only those 3 options. > > My question is, are there any existing projects or APIs available that > will help in loading a schema and extracting such information. > > At the moment we are already using Xerces for our X

Re: FileURL.java

2005-07-28 Thread Davanum Srinivas
; > userdir.replace('\\', '/'); > > This is in org.apache.xml.resolver.helpers. These lines used to be in > ResolvingXMLFilter.java in an older version of the resolver code. Unless > reality has warped on me, the userdir.replace() call has absolutely no > effect. > > Chris -- Davanum Srinivas -http://blogs.cocoondev.org/dims/

Re: [VOTE] Migrate xml-commons from CVS to SVN

2005-06-21 Thread Davanum Srinivas
html > i just followed the warning at Step 0 about binary files and > wrote a Perl script to verify that all is well for xml-commons. > No such problems were revealed. > > -David > -- Davanum Srinivas -http://blogs.cocoondev.org/dims/

Re: Article on JAXP 1.3 [Re: xml-commons upgradation to JAXP 1.3 complete [Re: Donation of JAXP 1.3 Sources to Apache]]

2005-04-11 Thread Davanum Srinivas
>>>>> > >>>>> > >>>>> > >>>>> yes - these files must be available under the apache license v2. > >>>>> And the license grantor should be the one that adds it. > >>>>> > >>>>> Sorry Neeraj :) > &g

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-04 Thread Davanum Srinivas
ntation components that should be part of > >> > >> > >Xerces)* > > > > > >>JAXP 1.3 RI contains the implementation of following packages > >> > >>javax.xml.datatype > >>javax.xml.validation > >>javax.xml.parsers ( reset(), xinclude, etc.) > >> > >>which should reside at Xerces. > >> > >>I propose that we create a branch, and merge JAXP 1.3 RI changes into > >>that branch. This will help > >>other Xerces active committers to have a chance to look at it before > >>these changes being finally > >>committed to main trunk. This process would require merging changes to > >>the branch and then committing > >>changes to main trunk, i seek help of active Xerces committers. > >> > >> > >>*JAXP 1.3 RI: (Implementation components that should be part of Xalan)* > >> > >> > >>JAXP 1.3 RI also has the implementation of newly developed XPath > >>(javax.xml.xpath.*) APIs which i think, should be part of > >>Xalan/XSLTC project. Besdies this, JAXP 1.3 RI also contains changes > >>done in "javax.xml.transform" package > >>for ex. now application can use the same Transformer instance by > >>invoking reset(). > >> > >>I propose the same for the Xalan/XSLTC project that we create a branch > >>and JAXP 1.3 Reference Implementation changes are > >>put there. This will help other Xalan active committers to have a chance > >> > >> > > > > > > > >>to look at it before these changes being finally > >>committed to main trunk. Again i seek help of Xalan committers for this > >> > >> > > > > > > > >>process. > >> > >> > >>As always, all feedbacks are more than welcome. > >> > >> > >>Thanks, > >>Neeraj > >> > >> > >>[1] http://www.jcp.org/en/jsr/detail?id=206 > >>[2] > >>http://java.sun.com/j2se/1.5. > >>0/docs/api/javax/xml/validation/package-summary.html > >>[3] > >> > >> > >> > >http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/xpath/package-summary.html > > > > > >>[4] > >>http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/datatype/package- > >>summary.html > >> > >> > >>- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > > > >Michael Glavassevich > >XML Parser Development > >IBM Toronto Lab > >E-mail: [EMAIL PROTECTED] > >E-mail: [EMAIL PROTECTED] > > > >- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- Davanum Srinivas - http://webservices.apache.org/~dims/

Re: [PATCH] Make resolver compile on Java 5 (or whatever it is called)

2004-12-06 Thread Davanum Srinivas
String osname = System.getProperty("os.name"); > boolean windows = (osname.indexOf("Windows") >= 0); > - Enumeration enum = catalogEntries.elements(); > - while (enum.hasMoreElements()) { > - CatalogEntry e = (CatalogEntry) enum.ne

Re: Hello world?

2004-06-22 Thread Davanum Srinivas
e sole use of the intended > recipient(s) and may contain confidential and privileged information. > Any unauthorized review, use, disclosure or distribution is prohibited. > If you are not the intended recipient, please contact the sender by > reply email and destroy all copies of the original message. > > > > noname - 1K > -- Davanum Srinivas - http://webservices.apache.org/~dims/

Re: Hello world?

2004-06-22 Thread Davanum Srinivas
Awesomewe needed an xpath impl (independent of xalan) for the xml-security project that works with 1.3, 1.4 and 1.5 :) -- dims On Tue, 22 Jun 2004 09:40:24 -0400, Norman Walsh <[EMAIL PROTECTED]> wrote: > > / Davanum Srinivas <[EMAIL PROTECTED]> was heard to say: >

Re: Hello world?

2004-06-22 Thread Davanum Srinivas
se, disclosure or distribution is prohibited. > If you are not the intended recipient, please contact the sender by > reply email and destroy all copies of the original message. > > > > noname - 1K > -- Davanum Srinivas - http://webservices.apache.org/~dims/

org\xml\sax\helpers in xml-commons is old compared to the one in xml-xerces

2002-02-26 Thread Davanum Srinivas
Shane, Joe, Neil, Ed, Costin, Can we update xml-commons to the latest code for org\xml\sax\helpers.* from xml-xerces? For example the Xerces Version loads org.xml.sax.driver from META-INF/services to look when user calls XMLReaderFactory.createXMLReader. Thanks, dims = Davanum Srinivas

Re: Donating the entity/URI resolver code

2002-01-20 Thread Davanum Srinivas
See below my +1's yet again :) -- dims > > A summary of votes follows (all +1 and no -1 and no 0) > > which includes committers from various projects. > > > > Davanum Srinivas 2001-11-29 > > Edwin Goei 2001-11-30 > > David Crossley 2001-12-03 > >

Re: XML APIs and JDK 1.4

2001-11-19 Thread Davanum Srinivas
e java command-line. But it will be painful. Thanks, dims ===== Davanum Srinivas - http://jguru.com/dims/ __ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com

[xml-commons] Added build.xml for building DOM/SAX/JAXP.

2001-06-08 Thread Davanum Srinivas
Hi Everyone, Added a consolidated build.xml for the java code under xml-commons/java/src. What's the game plan after this? How/When will all projects start using the common jar? Thanks, dims = Davanum Srinivas, JNI-FAQ Manager http://www.jGuru.com/fa

[DOM2] Initial Checkin + Tag

2001-06-01 Thread Davanum Srinivas
Hi Team, - Checked in DOM2 sources from http://www.w3.org/DOM/DOMTM - Added Tag DOM_LEVEL_2 to mark the occasion. Thanks, dims = Davanum Srinivas, JNI-FAQ Manager http://www.jGuru.com/faq/JNI __ Do You Yahoo!? Get personalized email addresses