Re: [xsl] convert a url path to an xpath

2004-12-29 Thread M. David Peterson
BTW... if using XSLT 2.0 Michael Kay pointed out in a post or two before the link I just sent you a MUCH easier way to do this kind of thing... http://www.stylusstudio.com/xsllist/200405/post00270.html On Wed, 29 Dec 2004 19:39:58 -0700, M. David Peterson <[EMAIL PROTECTED]> wrote: > The folowin

Re: [xsl] convert a url path to an xpath

2004-12-29 Thread M. David Peterson
The folowing post from a while back showcases how to do this kind of thing to build a yahoo-style directory based on a parameter passed in that contains the current path location within your site... http://www.stylusstudio.com/xsllist/200405/post80280.html Hope this helps! On Thu, 30 Dec 2004

RE: [xsl] convert a url path to an xpath

2004-12-29 Thread Lincoln Mitchell
Yes, saw that on the thread. Thx! Lincoln Mitchell Graphic Designer & Programmer m: 0414 286 433 t: 618 9250 6772 www.linc.net.au [EMAIL PROTECTED] -Original Message- From: M. David Peterson [mailto:[EMAIL PROTECTED] Sent: Thursday, 30 December 2004 10:44 AM To: [EMAIL PROTECTED] Cc: u

convert a url path to an xpath

2004-12-29 Thread Lincoln Mitchell
I have a path like www.domain.com/company/about/staff.htm and match "company/about/staff" in the sitemap. However, I cannot use this path directly in my xpath expression as the xml looks like: ... company ... about ...

Re: XML editor like Xopus

2004-12-29 Thread Thor Heinrichs-Wolpert
Have you had a look at: http://kupu.oscom.org/ Cheers, Thor HW On 29-Dec-04, at 12:56 PM, javascript wrote: Gregor J. Rothfuss wrote: javascript wrote: I'm finding an XML editor like Xopus or BXE. It should work possibly with Mozilla and Firefox. With BXE I'm a lot of problems and I would try wi

Re: XML editor like Xopus

2004-12-29 Thread javascript
Gregor J. Rothfuss wrote: javascript wrote: I'm finding an XML editor like Xopus or BXE. It should work possibly with Mozilla and Firefox. With BXE I'm a lot of problems and I would try with another editor. Can anyone suggest me one? what were the problems you saw? i doubt you'll find a better x

org.apache.cocoon.environment.Context from flowscript

2004-12-29 Thread Ben Anderson
Hi, I'd like to get at this object from the flowscript so that I can call the method - getRealPath(), so I can delete a file. However, it looks the the objects in scope are the javax.servlet.* objects, which don't allow me to do this. Is there a way to get at this object - perhaps it's set in the

Re: XML editor like Xopus

2004-12-29 Thread Gregor J. Rothfuss
javascript wrote: I'm finding an XML editor like Xopus or BXE. It should work possibly with Mozilla and Firefox. With BXE I'm a lot of problems and I would try with another editor. Can anyone suggest me one? what were the problems you saw? i doubt you'll find a better xml editor for mozilla. --

XML editor like Xopus

2004-12-29 Thread javascript
I'm finding an XML editor like Xopus or BXE. It should work possibly with Mozilla and Firefox. With BXE I'm a lot of problems and I would try with another editor. Can anyone suggest me one? Ilario - To unsubscribe, e-mail: [EMAIL

CForms v3 API (vs. v2)?

2004-12-29 Thread Mark Lundquist
Hi... Looking for a summary of the differences btwn. v3 flowscript API for forms and v2... can't find it in the archives or the wiki. Thanks a lot, — Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

JMSMessageListener

2004-12-29 Thread ketan . mesaria
Hi, I am unable to get the JMSMessageListener in cocoon 2.1.6 to recieve any JMS messages. I am using openJMS-0.7.6.1. I am using the default configuration and JMSpublish action works fine. Any Ideas? **CONFIDENTIAL

Where does Cocoon fit into the XML Binding space?

2004-12-29 Thread John Dahlstrom
Hi, Recently on the TheServerSide.com, there was a news forum item called "Opinion: What tool for xml binding?" http://www.theserverside.com/news/thread.tss?thread_id=30658. I'm new to Cocoon and I've been wondering how it fits into this space. Particularly, can it do what XStream does? Spe