Encoding

2003-11-18 Thread Justin Makeig
; head meta content=text/html; charset=utf-8 http-equiv=content-type/ Thanks. - Justin Makeig -- Product Manager The Center for Document Engineering University of California, Berkeley http://cde.berkeley.edu

handle-errors with aggregation

2003-10-29 Thread Justin Makeig
Within a map:handle-errors is it possible to aggregate the ErrorGenerator document with another document before passing it to a Transformer? I can't seem to be able to get at the error document except through the transformation step. Each page that I build (even the error notification) needs

Re: NCName:* or QName was expected

2003-10-20 Thread Justin Makeig
This has nothing to do with Cocoon. Your select statement is invalid. You need an element name (QName) or a wildcard (*) along the attribute axis (@) of your copy-of. Try: xsl:template match=abc:* xsl:copyxsl:copy-of select=node() | @*//xsl:copy /xsl:template Or even better, xsl:template

Re: Command line interface

2003-10-20 Thread Justin Makeig
Argh. After struggling with cocoon.sh and Upayavira's helpful email, I still can't get the CLI to work. I just need to push the result of http://localhost:8080/toc into the the file /usr/local/jakarta-tomcat-4.1.27/webapps/cocoon/cde/xml/toc.xml. I've attached the relevant configuration below. Any

Re: Command line interface

2003-10-20 Thread Justin Makeig
a completely different tack: Use the SourceWritingTransformer in a secret pipeline that generates your data, and then writes it to a file using the SourceWritingTransformer. Regards, Upayavira Justin Makeig wrote: Argh. After struggling with cocoon.sh and Upayavira's helpful email, I

Re: Command line interface

2003-10-20 Thread Justin Makeig
/WEB-INF/cocoon. xconf/config-file work-dirbuild/work/work-dir uri type=replace src-prefix= src=toc dest=/usr/local/jakarta-tomcat-4.1.27/webapps/cocoon/cde/xml/toc.xml/ Thanks again. - Justin On 10/20/03 11:40 AM, Lars Huttar [EMAIL PROTECTED] wrote: From: Justin Makeig Argh

Re: Command line interface

2003-10-19 Thread Justin Makeig
I thought about curl (or wget), but I didn't want to require that the server be running to deploy. Is this unreasonable? - Justin On 10/19/03 5:15 AM, Mark Lundquist [EMAIL PROTECTED] wrote: On Saturday, October 18, 2003, at 05:01 PM, Justin Makeig wrote: I've read the documentation

Command line interface

2003-10-18 Thread Justin Makeig
by: java.lang.NoClassDefFoundError: javax/servlet/http/HttpServletRequest I'm very confused. Any help would be much appreciated. - Justin Makeig - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

handle-errors in 2.0.4

2003-08-05 Thread Justin Makeig
/ /map:transform map:serialize type=xhtml/ !--map:serialize type=xml/-- /map:handle-errors Thanks. - Justin Makeig - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Cocoon and listservs

2003-08-01 Thread Justin Makeig
Does anyone have any experience hooking up Cocoon with listserv software? I'm interested in allowing people to sign up for a mailing list using a form on our site. Any tips/hints/assistance would be much appreciated. Thanks. - Justin Makeig -- Center for Document Engineering University

Re: Reading all XML-files of one folder

2003-07-22 Thread Justin Makeig
dereference cross-references. - Justin Makeig -- Center for Document Engineering University of California, Berkeley On 7/21/03 2:27 AM, Upayavira [EMAIL PROTECTED] wrote: On Mon, 21 Jul 2003 11:16:40 +0200, Mathias Wiegard [EMAIL PROTECTED] said: Hi, I want to make something like the users