Re: requesting a form text block as xml

2002-07-15 Thread Colm O'Riordan
-mail: [EMAIL PROTECTED] -- Colm O'Riordan | Director Communicraft Ltd. 106 Pembroke Road, Ballsbridge, Dublin 4, Ireland. phone: 353 1 6607400 mobile: 353 86 2225078 web: www.communicraft.com * Online Radio by Communicraft: http://www.powerfm.org

Re: requesting a form text block as xml

2002-07-14 Thread Colm O'Riordan
] - Please check that your question has not already 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'Riordan | Director Communicraft

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,

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 posting. http://xml.apache.org

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.communicraft.com

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 :

Re: simple href link

2001-12-13 Thread Colm O'Riordan
xsl:template match="result-attr"> tr> td align="left"> a href="http://localhost:8080/cocoon/showuser?username={result-id}"> xsl:value-of select="result-id"/> /a> /td> td align="left"> xsl:value-of select="result-name"/> /td> td align="left"> xsl:value-of select="result-firstname"/>

System Date, XSP, includes and Cacheing.

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

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. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0//EN 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

Re: Embedding esql:query within logic sheets.

2001-10-18 Thread Colm O'Riordan
; } /xsp:logic then... esql:query select DJName, Intro, News, SlotDay, SlotTime, ImagePath from DJINFO xsp:exprsqlPiece/xsp:expr /esql:query Berin Loritsch wrote: Colm O'Riordan wrote: Is this possible ? I have tried the code below but it seems to concat

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