Re: Native XML datebases (infonyte)

2003-02-23 Thread Max Larsson
indice or eXist in Cocoon. SO you have to develop your own Generator/Source/whatyouneed. And i don't know if anyone already has done it. HTH Max - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Javadoc in XML Format?

2003-02-11 Thread max
Check out Sun's JavaDoc pages. They list a DocBook doclet which might be a good starting point. It creates XML, but within the DocBook schema and therefore presents some of the information in "..." format. Shouldn't be hard to change the code to spit out more de

HTTP Status Response

2002-11-25 Thread Max Larsson
Hi, i wondering if it is possible to set the status of the http response, from the standard HTTP/1.1 200 OK to something different like HTTP/1.1 207 Multi-Status TIA Max - Please check that your question has not already

Re: 2 Servlets within one Webapp

2002-11-08 Thread Max Larsson
http://localost/mywebapp/demos -> goes to cocoon http://localost/mywebapp/demos/subdir/indexs.html -> goes NOT to cocoon Anyone have any idea why this is so? TIA Max has onyone expierence with running two servlets within one webapp. For example having the cocoon servlet maped to /

2 Servlets within one Webapp

2002-11-03 Thread Max Larsson
Hi, has onyone expierence with running two servlets within one webapp. For example having the cocoon servlet maped to / and another servlet to /directory. I know this is configured in the web.xml file in WEB-INF directory. But i can only one of them at the time working, not both. TIA Max

RE: Cocoon2 and non-English characters in jsp

2002-01-24 Thread Max Larsson
Hi, i don_t know if it is any help for you. But maybe take a look at the following patch for cocoon: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5593 It patches cocoon for better support for different encodings. How it affects JSP; i don't know. HTH Max > -Original

RE: question about failed actions

2002-01-21 Thread Max Larsson
reader within the action else it wouldn't stop. It would than continue after the action. HTH Max > -Original Message- > From: Bryan Murphy [mailto:[EMAIL PROTECTED]] > Sent: Montag, 21. Januar 2002 21:59 > To: [EMAIL PROTECTED] > Subject: question about failed actions >

RE: Pre compiling Sitemap & XSP

2002-01-17 Thread Max Larsson
Hi, im using SUN on WinNt4. But the problem disapeared today. Maybe because i rebootetd the machine over night. So now the pre compiling wokrs. But all xsp pages delivers "empty" contents. E.g. they don't retreive anything from the database? Max > > > From: Ma

Pre compiling Sitemap & XSP

2002-01-17 Thread Max Larsson
org.apache.cocoon.sitemap.Handler.run(Handler.java:208) at java.lang.Thread.run(Thread.java:484) I knwo it has something to do the the rights an class access (ClassLoader?). But i have no idea how to fix it. Anyone any expierences with the this? Max

RE: develop content management system

2002-01-16 Thread Max Larsson
Hi, another idea: How about to base the CMS on a repository, where all documents are stored with the history of each file. Should be very nice for undo actions. Just an idea. Max > -Original Message- > From: Robert Koberg [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 17. Ja

RE: develop content management system

2002-01-16 Thread Max Larsson
Hi, why not put up on sourceforge? Max > -Original Message- > From: Chris Perrin [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 16. Januar 2002 21:13 > To: '[EMAIL PROTECTED]' > Subject: RE: develop content management system > > > I accept! :

RE: Problem with my XSP page interact with WML

2002-01-10 Thread Max Larsson
Hi, i am not sure but try: HTH Max > -Original Message- > From: Stanley Ho [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 10. Januar 2002 02:28 > To: [EMAIL PROTECTED] > Subject: Problem with my XSP page interact with WML > > > I have a pro

RE: [Serializer] Get request and parameters?

2001-12-12 Thread Max Larsson
ake a deeper look, will do it tomorrwor. Wait for More Max > -Original Message- > From: Stephan Michels [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 12. Dezember 2001 12:02 > To: [EMAIL PROTECTED] > Subject: RE: [Serializer] Get request and parameters? > > > > &g

RE: [Serializer] Get request and parameters?

2001-12-12 Thread Max Larsson
in my source. Of cousre there is lot missing in the snipet below. HTH Max Code snipet: public void setup( SourceResolver resolver,Map objectModel,String source, Parameters paras ) throws ProcessingException,SAXException,IOException { request = (Request)(objectModel.get

RE: C2 file upload problem

2001-12-11 Thread Max Larsson
Hi, within your web.xml file you can change the upload directory. It is passed as a parameter to the Servlet. If you can even set absolute paths i don't know. HTH Max Here a snipet from my web.xml Cocoon2 Cocoon2

RE: Installation problem

2001-11-30 Thread Max Larsson
nk so). HTH Max > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Freitag, 30. November 2001 13:28 > To: [EMAIL PROTECTED] > Subject: Installation problem > > > Hi, > I'm trying to install the latest version of cocoon (1.

RE: Encoding

2001-11-27 Thread Max Larsson
serializer encoding to UTF-8 does than even japanese characters get stored correctly ?? Max > -Original Message- > From: Nuno José Pires dos Santos [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 27. November 2001 16:36 > To: [EMAIL PROTECTED] > Subject: RE: Encoding > >

Encoding

2001-11-27 Thread Max Larsson
this ?? Max - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands

RE: RE: I don't want UTF, I want native encoding

2001-11-19 Thread Max Larsson
Hi, How did you solve it? MAx > -Original Message- > From: Alex Kachanov [mailto:[EMAIL PROTECTED]] > Sent: Montag, 19. November 2001 11:21 > To: [EMAIL PROTECTED] > Subject: RE: RE: I don't want UTF, I want native encoding > > > Well, I'm lucky

RE: More Examples plea

2001-11-19 Thread Max Larsson
2. > > Concerning CMS (Content Management System) you have to wait > till X'mas. what do you mean with until X'max. Is there a CMS in development for C2? best regards Max - Please check that your questi

RE: Please help, I need urgent help

2001-11-15 Thread Max Larsson
don't know if makes the comparsion on sitemap variables or even an request parameter. If it only works on sitemap variables you need before the selector an action which pulls the http request parameter into the sitemap. HTH Max > -Original Message- > From: Søren Neigaard [ma

RE: Tag ?

2001-11-15 Thread Max Larsson
else { QueryB } HTH Max > -Original Message- > From: Ritzmann, Heiko [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 15. November 2001 18:02 > To: '[EMAIL PROTECTED]' > Subject: AW: Tag ? > > > Than

RE: Fwd: Sitemap variables?

2001-11-14 Thread Max Larsson
Hi, but to work around you can have a selector within the action, which influence the flow bassed on a comparsion of a sitemap parameter with value. HTH Max > -Original Message- > From: giacomo [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 15. November 2001 00:18 >

RE: find xml files in a directory, list them and render to html

2001-11-12 Thread Max Larsson
Hi, i think it is possible to do what you want. Especially with C2. But i think you have to take a look at the DirectoryGenerator and maybe use it or modify it for you needs. HTH Max > -Original Message- > From: Erik Stunkat [mailto:[EMAIL PROTECTED]] > Sent: Montag, 12. Nove

RE: [C1] Installation woes [rant AND request] - PLEASE help!

2001-11-11 Thread Max Larsson
Hi, just to inform you your setting for the DBPostgres seems to be wrong. It should be org.postgresql.Driver. Max > -Original Message- > From: Lajos Moczar [mailto:[EMAIL PROTECTED]] > Sent: Freitag, 9. November 2001 15:47 > To: [EMAIL PROTECTED] > Subject: Re: [C1] In

RE: Cocoon2 and VoiceXML

2001-11-09 Thread Max Larsson
Hi, Motorola emulators ? What's that? Speech generation fort VoiceXML?? Any links ?? Max > -Original Message- > From: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] > Sent: Freitag, 9. November 2001 14:49 > To: [EMAIL PROTECTED] > Subject: Re: Cocoon2 and VoiceXML &

RE: Complex Forms

2001-10-31 Thread Max Larsson
ckges, which could replace my framework: The castor project and the persitence/databinding part from Trubine (Apache). But i will first move on, when i know how exformula works?? HTH Max > -Original Message- > From: Madel,Kurt [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 31. Okto

C2 and Xfrom

2001-10-25 Thread Max Larsson
Hi, has anyone expierence with xforms and c2 ?? Max - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL

XML Validation

2001-10-24 Thread Max Larsson
Hi, does someone know how to turn xml validation on/off within Cocoon2 ?? Max - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsub

RE: [C2.0rc1] SLIGHTLY OFF TOPIC: Has anyone used Xalan extensions in Cocoon?

2001-10-19 Thread Max Larsson
Hi as long as i knwo you forgotten to define that the namespace xalan is an extension namespace. How to do that you have to read the Xalan documentation. Max -Original Message- From: Adrian Geissel [mailto:[EMAIL PROTECTED]] Sent: Freitag, 19. Oktober 2001 10:34 To: [EMAIL PROTECTED

Accessing Tomcat from C2

2001-10-19 Thread Max Larsson
Hi, i am wondering if it is possible to access Tomcat specfic runtime classes from inside C2. What i want to do is to read to runtime Tomcats configuration from inside C2 . Anyone knows anything? best regards Max - Please

RE: XML to PDF and automatic printing

2001-10-17 Thread Max Larsson
might well be that it is automatically forwarded to the printer. For you to produce PCL shouldn't be much work, because it is based on the same cocept as th PDF serialzer. Hope that helps, but if find a solution or tests this idea and it works, i would be glad to know about it. best regards

DatabaseReader

2001-10-05 Thread Max Larsson
Hi folks, has anybody successfully used the DatabaseReader in conjunction with a postgresql database version 7.1.x ??? Max - Please check that your question has not already been answered in the FAQ before posting. <h

RE: [C2] How to give intelligence to XSL ???

2001-10-02 Thread Max Larsson
o the sitemap. Something like that How exactly that works, you have to figure out by scanning docs, posted mail here. Max -Original Message- From: [EMAIL PROTECTED] [m

RE: [C2] How to give intelligence to XSL ???

2001-10-02 Thread Max Larsson
Hi, i am using the session logic sheet with C2b1. The only thing i can think why it does not work with you is that the namespace for the session logicsheet is not correct. i use the following: ... xmlns:session="http://apache.org/xsp/session/2.0"; ... Max -Original Message

RE: C2 : parametered XSL stylesheets (was : RE: Cocoon2 : Managing URL-encoded parameters)

2001-09-25 Thread Max Larsson
HI, if you instruct the transformer to make the request parameters visible for your stylesheet it should work: . best regards Max And does anyone know how to send these parameters to a parametered XSL stylesheet ? Olivier -Message

RE: XSLT Book Recommendation

2001-09-01 Thread Max Dunn
ch list has a substantial volume, but the participants are experts and will answer any question at all: http://www.mulberrytech.com/xsl/ Max -Original Message- From: ccobb [mailto:ccobb] On Behalf Of Christopher Cobb Sent: Saturday, September 01, 2001 7:38 PM To: [EMAIL PROTECTED] Subject:

RE: separation of content and logic

2001-08-24 Thread Max Larsson
} } And no some explainantion. The actions computes a session attribute menu_ids, which is even forwarded to the second stylesheet. It contains a $ seperated id from mneu table, which should be displayed expanded. Have a lot of fun with it. It may not be the best solution, but i like it and suggestion

AW: separation of content and logic

2001-08-22 Thread Max Larsson
cture and let the xsl stylesheet decide which menu items are collapsed or expandended. To that i will give the xsl stylesheet a parameter, which contains all the ids of the menuitems, wich shall be expanded. That's my idea, if it works have to be proved. Max

RE: MS Word serializer

2001-08-20 Thread Max Dunn
ents. > Keep in mind this solution is only for Word XP. There is no "export to XML" or "Save as XML" in Word XP. There is output to HTML, which does contain a ton of pseudo-XML metadata, but that is no different from Word 2000. Back to Cocoon... Max ---

RE: MS Word serializer

2001-08-20 Thread Max Dunn
ocument, mapping XML context to Word styles, but that would be no different with the new version of Word. Or are you suggesting something else? I apologize for persisting the off-topic subject. Max - Please check that your qu

RegExp Matcher not working?

2001-08-20 Thread Max Larsson
Hi, if i use the default matcher wildcard the sitemap part below works fine. But if i change the default matcher from wildcard to regexp it does not work. Everthing is match equal as 'login'. Does anyone knows w

AW: Possible to assign SQL query result to XSP variable?

2001-08-20 Thread Max Larsson
Hi, try to wrap it in a xsp:logic block: ... got_uname = ; ... Max > -Ursprüngliche Nachricht- > Von: Chris Newland [mailto:[EMAIL PROTECTED]] >

AW: [C2] esql & postgres' nextval

2001-08-08 Thread Max Larsson
Hallo, i think you just have to skip the enclosing tag esql:parameters to get it work, eg. like this: INSERT INTO foo(id,url,email,username,password) VALUES ( NEXTVAL('id_seq'),'abcd','[EMAIL PROTECTED]','dfgdf','123'); Max > -Ursprüng

AW: How to getConnection in Action ?

2001-08-07 Thread Max Larsson
Hi, i am doing it that way: import java.sql.Connection; import java.sql.ResultSet; import java.sql.Statement; import java.sql.SQLException; import java.util.Collections; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import org.apache.avalon.excalibur.datasource.Da

Serving files out of a database

2001-08-07 Thread Max Larsson
a specific Generator, which query the db and pulls out the file data, but it seems for me that Generators are only used to produce XML conform data, which will be further processed in the pipeline. Does anyone have a solution or any idea how to do t

Upload of documents [C2]

2001-08-03 Thread Max Larsson
Max - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>

AW: Request tablig

2001-07-25 Thread Max Larsson
Sorry folks, i've figure out the problem. It is very important to have the namespace for taglib named xsp-request! Max > -Ursprüngliche Nachricht- > Von: Max Larsson [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 26. Juli 2001 08:40 > An: Cocoon Users (E-Mail) &

Request tablig

2001-07-25 Thread Max Larsson
Hi, i've got a problem with using the request taglib. THe following example always stop because of complication error, but i have no idea why? Or do i use the taglib in a wrong way ? http://apache.org/xsp"; xmlns:esql="http://apache.org/cocoon/SQL/v2"; xmlns:requ

AW: Help:Cocoon and servlet

2001-07-23 Thread Max Larsson
ry of your webapp. For exmaple like the example web.xml file below. But if the mapping works like this i don't know, but if think it should. I even think that at the website of SUN you can find more information about the structure of the web.xml file. Max http://java.sun.com/j2ee/dtds/web-a

AW: AW: Using Actions in Sitemaps

2001-07-23 Thread Max Larsson
C2 fails. To explain a little bit: I want that {1} is replaced with the matching filename from the pattern of map:match element. I guess that my self written action forgets to forward the values from the matcher. But unfortunaly i have no idea ho

AW: Using Actions in Sitemaps

2001-07-23 Thread Max Larsson
> > > C2 delivers resource not found. It's not a problem with the LoginAction class. It gets loaded and executed without any problems. I can post the source if needed. Max - Please check that your qu

Using Actions in Sitemaps

2001-07-23 Thread Max Larsson
. If i take the example from the documentation C2 always reports incomplete pipeline. best regards Max Larsson - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/coc