Re: is there such a thing as a common xml-apis.jar

2002-11-13 Thread James Strachan
From: "James Strachan" <[EMAIL PROTECTED]> > From: <[EMAIL PROTECTED]> > > Hi folks, > > > > No confusion would have arisen, of course, if somebody at maven hadn't > > decided to rename xmlParserAPIs (or reformat xml-apis). Does anyone hav

Re: is there such a thing as a common xml-apis.jar

2002-11-06 Thread James Strachan
From: <[EMAIL PROTECTED]> > Hi folks, > > No confusion would have arisen, of course, if somebody at maven hadn't > decided to rename xmlParserAPIs (or reformat xml-apis). Does anyone have > contacts in the maven world who could straighten this out? Yes - I'll try sort this out. I'll ensure that a

Re: is there such a thing as a common xml-apis.jar

2002-11-06 Thread James Strachan
s you > need. (Does Xalan ship our xmlParserAPIs file? I doubt they do; I hope > they don't. :) ) > > Hope that helps, > Neil > Neil Graham > XML Parser Development > IBM Toronto Lab > Phone: 905-413-3519, T/L 969-3519 > E-mail: [EMAIL PROTECT

is there such a thing as a common xml-apis.jar

2002-11-06 Thread James Strachan
I've just downloaded the latest & greatest xerces and xalan and they both come with a jar called xml-apis.jar but seem to contain different bits of the XML-api set. Most notably the one with xerces doesn't come with the XSLT part of JAXP. Is this by design or just an oversight? Things are getting

Re: [Announce] CyberNeko Tools for XNI 2002.06.18 Available

2002-06-20 Thread James Strachan
From: "Andy Clark" <[EMAIL PROTECTED]> > James Strachan wrote: > > BTW it wasn't my intention to suggest Jelly was in any way competitive > > technology, more that Jelly could be an alternative runtime engine for your > > pipeline processors; that if more

[ANNOUNCE] Jaxen 1.0 FCS and SAXPath 1.0 FCS releases are out!

2002-04-26 Thread James Strachan
The Jaxen and SAXPath teams are proud to annouce the 1.0 FCS releases of both Jaxen and SAXPath. Jaxen is a fast Java engine for XPath 1.0 that works on all XML object models. The following models are currently supported out of the box [DOM, dom4j, Electric XML and JDOM]. This new release adds a

ANNOUNCE: dom4j 1.2 released

2002-02-14 Thread James Strachan
dom4j is a simple and flexible open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework with full integration with DOM, SAX and JAXP. The new release and further documentation can be found at:- http://dom4j.org This release includes:- *

Re: [Crimson] how to determine DTD declarations are internal or external?

2001-10-13 Thread James Strachan
Hi Edwin > > I take it this is a bug in Crimson? Or is there another way to know when you > > are getting internal or external DTD declarations - that works consistently > > for Crimson and Xerces and can handle mixed subsets (internal and external)? > > Yes, looks like a Crimson bug. Not sure I

[Crimson] how to determine DTD declarations are internal or external?

2001-10-12 Thread James Strachan
The startDTD() method of the SAX LexicalHandler http://dom4j.org/javadoc/org/xml/sax/ext/LexicalHandler.html says on the topic of DTD declarations:- Declarations are assumed to belong to the internal DTD subset unless they appear between startEntity and endEntity events. Now I've tried us

ANNOUNCE: dom4j 1.0 released

2001-08-31 Thread James Strachan
dom4j is a simple and flexible open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework with full integration with DOM, SAX and JAXP. The new release and further documentation can be found at:- http://dom4j.org This release includes:- *

ANNOUNCE: dom4j 0.8 released

2001-07-30 Thread James Strachan
dom4j is a simple and flexible open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework with full integration with DOM, SAX and JAXP. The new release and further documentation can be found at:- http://dom4j.org This release is primarily

ANNOUNCE: dom4j 0.7 released

2001-07-23 Thread James Strachan
dom4j is a simple and flexible open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework with full integration with DOM, SAX and JAXP. The new release and further documentation can be found at:- http://dom4j.org This release is primarily

ANNOUNCE: dom4j 0.6 released

2001-07-04 Thread James Strachan
dom4j is a simple and flexible open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework with full integration with DOM, SAX and JAXP. The new release and further documentation can be found at:- http://dom4j.org This release is primarily

ANNOUNCE: dom4j 0.5 released

2001-06-20 Thread James Strachan
builder methods such that 'Element Construction Set' style methods can be used to create documents Element author = element.addElement( "author" ) .addAttribute( "name", "James" ) .addAttribute( "location", "

Re: MVC (Servlet-->JSP) to XSLT delegation example or framework?

2001-06-19 Thread James Strachan
> Thanks for the ref. For the most part, this looks like exactly what maverick > domify is; and more. > > Do you know if JPath is limited to the Xalan (XSLT/XPATH) engine? JPath should be usable wherever DOM is so you should be able to use it, via JAXP (TRaX) to work with any XSLT engine or any X

Re: MVC (Servlet-->JSP) to XSLT delegation example or framework?

2001-06-19 Thread James Strachan
You might find the work of Dmitri Plotnikov useful. He's done a full JavaBeans <-> DOM implementation so that he can do XPath and XSLT on JavaBeans. Its all part of the JPath project in the Jakarta Commons sandbox. http://jakarta.apache.org/commons/sandbox.html http://jakarta.apache.org/cvsweb/

Re: MVC (Servlet-->JSP) to XSLT delegation example or framework?

2001-06-11 Thread James Strachan
From: "Curt Smith" <[EMAIL PROTECTED]> > I'm looking for any subcomponent or whole parts of the framework that delagates > from the View JSP to XSLT to form the final output stream. You might find XTags useful - its a JSP Tag library which is part of the Jakarta Taglibs project http://jakarta.ap

Re: ANNOUNCE: dom4j 0.4 released

2001-05-30 Thread James Strachan
Hi Jun > Thanks a lot. I downloaded dom4j, it does allow me to create a new document > from scratch. However, based on the given sample code, I still need to hard > code the element name, attribute name, ... how can I build the xml DOM tree > based on a given DTD file? You have any sample code in

ANNOUNCE: dom4j 0.4 released

2001-05-29 Thread James Strachan
dom4j is an easy to use, open source Java library for working with XML. dom4j combines the best of DOM, SAX, XPath and the Java Collections Framework to provide a flexible and powerful toolkit for working with XML optimised to take advantage of the Java platform. The new 0.4 release and further