Re: requesting a form text block as xml

2002-07-15 Thread Colm O'Riordan
n the > > > >FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > > > > > > >To unsubscribe, e-mail: <[EMAIL PROTECTED]> > > > >For additional commands, e-mail: <[EMAIL PROTECTED]> > > > > > > ---

Re: requesting a form text block as xml

2002-07-14 Thread Colm O'Riordan
lready been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> -- Colm O

requesting a form text block as xml

2002-07-13 Thread Colm O'Riordan
Hi All, I want to send a block of XML from a form to a new XML page which will render it. Does anyone know how can I use XSP to get the block and treat it as XML (like xsl:copy-of) ? It may be a simple one but I cant find any reference to it. It is for Cocoon 1.8 (last project on this platform -

Using Cocoon Validators for Form / XML Validation

2002-04-22 Thread Colm O'Riordan
Hi All, I was hoping to throw some code together to accept the values submitted by a form and check that it is valid XML. Is there a way of accessing the parsers in Cocoon 1.8 from within an XSP file, and get them to return error messages to XSP code ? I want to send the blocks of XML data, once

Powerfm.org : Online Radio Station Built in Cocoon.

2002-04-21 Thread Colm O'Riordan
O'Riordan. -- Colm O'Riordan | Director Communicraft mobile: 353 86 2225078 web: www.communicraft.com e: [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before post

Old Content to XHTML

2002-02-28 Thread Colm O'Riordan
cost effective way of doing a batch job to see if there is a way of avoiding a manual file by file migration. Suggestions appreciated. All the best, ColmOR. -- Colm O'Riordan | Director Communicraft mobile: 353 86 2225078 web: www.communicraf

Cocoon Content Manager - Cimande

2002-01-11 Thread Colm O'Riordan
Does anyone know what became of this project ? - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For

Re: What are content management and middleware?

2002-01-09 Thread Colm O'Riordan
http://www.intranetjournal.com/articles/24/im_04_18_00a.html This is an article on content management. Someone already had a cocoon CM system in Beta - I remember it being posted on this list not so long ago - it was called Cimande and used to be listed at : http://blueoxygen.linuxindonesia.c

Re: simple href link

2001-12-13 Thread Colm O'Riordan
              http://localhost:8080/cocoon/showuser?username={result-id}">                               rgi wrote: Hello cocoon-users,   I have a easy problem...! I want to make a link with parameter in   the url. I read some data fro

System Date, XSP, includes and Cacheing.

2001-12-11 Thread Colm O'Riordan
Hi All, I am extracting the system date using java.text.SimpleDateFormat Date getDay = new Date(); SimpleDateFormat dayformatter = new SimpleDateFormat(""); SimpleDateFormat timeformatter = new SimpleDateFormat("hh:mm:ss"); SimpleDateFormat dateformatter = new SimpleDateFormat("/mm/dd

Changing Cocoon DOCTYPE Output

2001-11-22 Thread Colm O'Riordan
> Hi All, I have a question regarding the doctype output from Cocoon 1.8. http://www.w3.org/TR/REC-html40/strict.dtd";> Is there a way of changing the doctype declaration to read HTML 3.2//EN in the HTML output from a tranformation ? I am building to cater for v4 - 6 browsers - and I need ie6

Re: Embedding esql:query within logic sheets.

2001-10-18 Thread Colm O'Riordan
sqlPiece="where ID =" + getstatus; } then... select DJName, Intro, News, SlotDay, SlotTime, ImagePath from DJINFO sqlPiece Berin Loritsch wrote: > Colm O'Riordan wrote: > > > > Is this possible ? I have tried the code below

Embedding esql:query within logic sheets.

2001-10-18 Thread Colm O'Riordan
Is this possible ? I have tried the code below but it seems to concat the two options rather than choose one. Do I need to have the logic outside the execute query tag ? I was hoping to avoid this as the results format is the same and I dont want to have to put it in twice in the same file. Sugge

MySQL Drivers - Cocoon 1.8.2

2001-10-05 Thread Colm O'Riordan
Hi All, I am using Cocoon, running on Linux with the MySQL database and have set up my own connection pool in Cocoon.properties. I point to the MySQL Driver as follows: processor.xsp.pool.database.power.driver=org.gjt.mm.mysql.Driver processor.xsp.pool.database.power.url=jdbc:mysql:@localhost:330