XSLT :: Html Drop Down Menus :: Xml

2001-08-15 Thread Kazi the P i R @ t {-
having trouble creating drop down menus... * The html output appears with the tags unclosed (i.e with the ones missing) * my xml is such: . . . James Bond James Whatever : : * The goal was to create a dropdown menu which will li

testing against different versions of browsers

2001-08-15 Thread Liam Morley
I understand that Cocoon gives you the power to use different stylesheets for different browsers (code is included at bottom of email). However, I don't see how you can test between different versions, ie between IE4, IE5, IE5.5, NS4, or NS6. Is there a way to do this as well? Thank you...

dealing with application/ms-word

2001-08-15 Thread Liam Morley
I got the following error when linking to an ms-word doc: ComponentSelector could not find the component for hint: application/ms-word What's the protocol for linking to a MS Word document? Thanks in advance... --- Liam Morley "light the deep, and bring silence to the world. light the wor

[C2] Stream Generator

2001-08-15 Thread Eric Vernichon
I've found something about the Stream Generator in the Cocoon documentation. I've made the following modifications to the file sitemap.xmap : ... But I got this error : Error creating the resource Exception in StreamGen

[C2] Stream Generator

2001-08-15 Thread Eric Vernichon
I've found something about the Stream Generator in the Cocoon documentation. I've made the following modifications to the file sitemap.xmap : ... But I got this error : Error creating the resource Exception in StreamGen

Re: Sitemap and http request

2001-08-15 Thread Ling Kok Choon
hi Dal Multani, According what i understand, u can capture the parameter from the http request by 2 ways : 1) use Action. 2) Use XSP 1) Use Action you can go to cocoon2's website and get information about the Action. If i not wrong, in the action u can can a request object and retrive a

RE: Getting read of the X server dependency

2001-08-15 Thread Jeremy Crosbie
I tried removing all references to Batik in the sitemap and going as far as removing the Batik jar from the WEB-INF/lib directory and still got a message saying the the XMLSerializer was being loaded for svgxml and failing because the class could not found. Has anyone else seen this? --jeremy >

Re: Getting read of the X server dependency

2001-08-15 Thread eirikdentz
You should do a search here: I think you should be able to find the library that you're looking for. Xvfb is another option that you might want to consider. HTH eirik Carlos wrote: > > A while back some people gave solutions as to h

Getting read of the X server dependency

2001-08-15 Thread Carlos
A while back some people gave solutions as to how to remove the dependency on a running X server. Some of them included removing all the references to Batik from the site map, others included downloading a library that would make X unnecessary, what's the name of the library and where can I downlo

Cocoon2, JDK 1.2.2, FreeBSD - help needed

2001-08-15 Thread cocoon
Hi everybody, has anyone succeded with installing Cocoon2 on FreeBSD 4.3? I've tried installation of the last beta version, last CVSs ...and the other ones. After opening /cocoon url it always finish with hanging up JAVA and writing java.core. What is strange is that the same build works on WI

RE: Beginner question - Please help!

2001-08-15 Thread Vadim Gritsenko
Try this out: Then modify "hello.xsl" pipeline to fit your needs. Vadim > -Original Message- > From: LeVasseur, George [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 15, 2001 1:06 PM > To: [EMAIL PROTECTED] > Subject: Beginner question - P

org.xml.sax.SAXNotSupportedException starting Cocoon 2.0b2

2001-08-15 Thread Calvin Cheng
Got this exception with Resin 2.0.1 as well as Jrun 3.0. Couldn't even get the CocoonServlet to start with Tomcat 4.0 because of a class cast exception on the CocoonServlet instance. org.xml.sax.SAXNotSupportedException: http://xml.org/sax/properties/lexical-handler at com.caucho.xml.Abst

Beginner question - Please help!

2001-08-15 Thread LeVasseur, George
This question may be coming real early in my learning curve but here goes... Using the supplied "hello" sample as my example, is it possible and easy to replace the physical simple-page2html.xsl so that the xsl is supplied via a stream from a call to a bean? What I would like to do is create a

RE: how to use attributes to form a table

2001-08-15 Thread Mark Wright
Cihan You access the attributes of a node using the @ nomenclature and then define a separate template for the attribute. Take a look at http://www.ibiblio.org/xml/books/bible2/chapters/ch17.html Mark -Original Message- From: Uslu, Cihan Y (MED) [mailto:[EMAIL PROTECTED]] Sent: Wednesda

how to use attributes to form a table

2001-08-15 Thread Uslu, Cihan Y (MED)
I need help to transform following XML into desired output, I'm using cocoon1.8.2 to transform the XML into HTML. I was wondering how can it be done with recursive progrmming style.thank you in advance. Cihan

C2:Xpath and generators...

2001-08-15 Thread Karl Øie
i know this is some really newbie questions, but is it possible to: - filter a generator through xpath? - create a custom serializer that can access session variables? in advance thanks! mvh karl - Please check that your quest

Sitemap and http request

2001-08-15 Thread Multani, Dal
Hi, I recently installed Cocoon 2 and know very little about the product. This is what I am trying to do: I am calling page 2 from page 1 and am passing parameters with http request, and have coded the following in the sitemap.xmap (for page 2)- http://localhost/cgi-bin/nwwcgi.exe/vsrprod

RE: mail taglib in C2

2001-08-15 Thread John Yoost
I am not talking about using the sendmail module. I'm talking about using the mail module, the one that was in processor/xsp/library/mail/mail.xsl in C1. Is that going to be brought over to C2? Does anyone know the status? > On Tue, 14 Aug 2001 15:28:21 -0700 > John Y

RE: xml/xsl/xsp

2001-08-15 Thread Arif Natha
Christopher hi, many thanks for your reply, i did not know the task involved HTML forms in CGI or Servlet programming, which i have no experience of before, definitely will follow up on from what u mentioned. Regards Arif -Original Message- From: Christopher Painter-Wakefield [mailto:

Re: xml/xsl/xsp

2001-08-15 Thread Christopher Painter-Wakefield
Arif, you aren't doing anything to obtain the user's input. Are you familiar with HTML forms in CGI or Servlet programming or anything like that? If not, you might want to get a book on Servlets or some such. Anyway, try modifying your XML to something like this: http://www.apache.org/1

Re: C2 request object

2001-08-15 Thread aaldridg
Hi, I had the same problem. It's strange the API says that HttpRequest implements HttpServletRequest. It does in all but name - ie it has all the methods, but doesn't explicitly implement the interface. I posted this question before asking if this was an oversight or done on purpose - but no res

xml/xsl/xsp

2001-08-15 Thread Arif Natha
hi, please could you give me a hand with this. need help ok ive got this far, needed to create an HTML form with a text input field - which ive done what i need to do - using xml&xsl, create an HTML form that submits to the page that i created i the(the xml & xsl file i created that generated an

Re: mail taglib in C2

2001-08-15 Thread ozawa
Hello. On Tue, 14 Aug 2001 15:28:21 -0700 John Yoost <[EMAIL PROTECTED]> wrote: > sendmail is in C2 but does anyone know when mail will be? In the default configuration, the mail will never be sent. To use sendmail, add the following code to /cocoon/markup-languages/xsp-language/target-language

RE: Where to put custom producer

2001-08-15 Thread Mark Wright
I recently had this same problem and in the end realised that I needed to move the cocoon.jar (I'd put my producer in the same package as ProducerFromFile) from the build into the bin directory :) I also had a prob with cocoon.properties getting overwritten and so losing the producer.type... but t

AW: Today's CVS broken?

2001-08-15 Thread Carsten Ziegeler
Interesting what a simple update of a library could cause for trouble... OK, I currently rebuild the official 1.1 release of velocity which is included in C2 with the latest logkit b4. Using this new library the velocity examples and c2 is working again. I checkin this new jar in a minute. Coul

Re: java.lang.NoSuchMethodError - StreamTarget.java:34

2001-08-15 Thread Christian Haul
On 15.Aug.2001 -- 01:22 AM, [EMAIL PROTECTED] wrote: > > Root Cause: > java.lang.NoSuchMethodError > at org.apache.log.output.io.StreamTarget.(StreamTarget.java:34) > at org.apache.log.output.io.FileTarget.(FileTarget.java:40) There has been a version conflict with velocity's logkit. The old ver

java.lang.NoSuchMethodError - StreamTarget.java:34

2001-08-15 Thread cocoon
Root Cause: java.lang.NoSuchMethodError at org.apache.log.output.io.StreamTarget.(StreamTarget.java:34) at org.apache.log.output.io.FileTarget.(FileTarget.java:40) Hello, I am trying to run a development version of Cocoon2 with Tomcat 4.0 nightly build of Aug. 14th. Tomcat installs and runs fi