Re: [dom4j-user] Create and parse simple xml under java 1.1

2004-08-16 Thread Maarten Coene
dom4j uses the collections API introduced in 1.2. Perhaps you can try to download the collections extension for JDK1.1 and rename all the "collection imports" to the names of the extension? But I'm not sure that's the only place where dom4j doesn't work nicely with JDK1.1 And perhaps jaxen also

[dom4j-user] Create and parse simple xml under java 1.1

2004-08-14 Thread David Thielen
Hi;   I need to both build up and xpath select some very simple xml – but it needs to run under java 1.1.   Any suggestions? (dom4j requires java 1.2 from what I can see.)   Thanks - dave