Re: html to xhtml

2005-01-06 Thread Stephan Coboos
Adriano Smith wrote: is it possible to take an html page as input and serialize it to get an XHTML as output without using any transform ? http://ads.sify.com/RealMedia/ads/click_nx.ads/mail.sify.com/[EMAIL PROTECTED] Yes, use the HTMLGenerator in conjunction with the XHTMLSerializer:

Re: Chicoon XForms online demo

2005-01-06 Thread Christoph Hermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joern Turner schrieb: Hello, for those interested in W3C XForms there's an online demo of Chicoon under http://81.169.173.189:8080/cocoon/chicoon/index running the Chiba XForms processor in an Cocoon installation. After looking at these

Re: Chicoon XForms online demo

2005-01-06 Thread Joern Turner
Hello Christoph, Christoph Hermann christoph.hermann at tu-clausthal.de writes: Joern Turner schrieb: Hello, for those interested in W3C XForms there's an online demo of Chicoon under http://81.169.173.189:8080/cocoon/chicoon/index running the Chiba XForms processor in an Cocoon

Re: html to xhtml

2005-01-06 Thread Adriano Smith
I used a html generator to call a html page and then used an xhtmlserializer. However i get this error. /> Open quote is expected for attribute "name"associated with an element type "meta". The html page is a validhtml. why is this error seen?

Unabled to release processing component, can someone explain?

2005-01-06 Thread Philip.Fennell
Please could someone explain what the general nature of this message is in sitemap.log: ERROR (2005-01-06) 10:49.58:227 [sitemap] (/RIU/Content/Documents/World/Middle_East/Iraq/Politics/3256420.html) TP-Processor13/AbstractProcessingPipeline: Unabled to release processing

Redirector

2005-01-06 Thread Ben Anderson
Hi, I've written a custom action like this: public class RedirectorAction extends AbstractAction { public Map act( Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters

Sessioncontext/authenticationcontext + JX

2005-01-06 Thread Jan Hoskens
Hi, As I'm trying to reduce/replace my XSP pages (mainly) by switching to flow/jx I was experimenting on how I could grab some information from a sessioncontext and my authenticationcontext. I had an Info XSP page with a pipeline that's used by my overal page layout (think of user info that's

html to xhtml

2005-01-06 Thread Adriano Smith
I used a html generator to call a html page and then used an xhtmlserializer. However i get this error. /> Open quote is expected for attribute "name"associated with an element type "meta". The html page is a validhtml. why is this error seen?

RE: Chaining

2005-01-06 Thread Mark Donnelly
Sorry but my question was incorrectly stated. A standard pipeline with a transform and a serialise will take care of the problem I originally posted. What Im wondering is if I need to do multiple transformations, ie transform an XML doc using two or more different XSLT docs. and then feed the

Re: Chaining

2005-01-06 Thread Jan Hoskens
Mark Donnelly wrote: Sorry but my question was incorrectly stated. A standard pipeline with a transform and a serialise will take care of the problem I originally posted. What Im wondering is if I need to do multiple transformations, ie transform an XML doc using two or more different XSLT docs.

RE: Chaining

2005-01-06 Thread Philip.Fennell
Mark wrote: Ive got an idea of how to create each one independantly but not sure how to take the output of 1. and feed it into 2. on the fly. You can create matchers, in a pipeline, that contain multiple transformers: !-- Build aggregatation template from directory structure. --

save external images to local filesystem

2005-01-06 Thread Kock, David de
Title: RE: Chaining Hi, I'm trying to store the image in this simple XML tomy local filesystem : ?xml version="1.0" encoding="UTF-8"?!DOCTYPE image SYSTEM "..\dtd\image.dtd"imagenametest/nameurlhttp://cocoon.apache.org/images/cocoon-logo.gif/url/image Is this possible in sitemap? or do I

Re: Chicoon XForms online demo

2005-01-06 Thread Christoph Hermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joern Turner schrieb: Hello, and thx for your help :) second, did you call the prepare-cocoon target once before deploying Chicoon? This is necessary to update some libs in Cocoon to newer versions and copy another two to common/endorsed. you

Re: context: protocol not available?

2005-01-06 Thread Lars Huttar
Mark Lundquist wrote: Hi, I have some stylesheets containing: xsl:import href=context:/path/to/something.xslt / In 2.1.6, this causes: java.net.MalformedURLException: unknown protocol: context at java.net.URL.init(URL.java:544) at java.net.URL.init(URL.java:434)

RE: save external images to local filesystem

2005-01-06 Thread Kock, David de
Title: RE: Chaining well I've figured it out already, really easy... I've created a simple pipline that dynamically builds a page with the image (image is on an external server) http://localhost:/image/index.html From command line I call: wget -H -r -l1 -nd -nH -R html

ScriptAction

2005-01-06 Thread Ben Anderson
Hi, I'm trying to use ScriptAction documented here: http://cocoon.apache.org/2.1/userdocs/actions/script-action.html but it's not working right. Is anyone using this or know if it works? I'd like to be able to write actions w/out the need to recompile everytime. The documentation doesn't say

Re: PDA page

2005-01-06 Thread Skip Carter
I plan to have a wap page and a PDA page for my site. What are the advantages or disadvantages of using cocoon for this purpose ?? By using cocoon you can write the content in XML once and then inside the sitemap use the browser type to decide which stylesheet to apply, one style sheet for

Cocoon Performance settings

2005-01-06 Thread Linczak, Jonathan W.
Title: Cocoon Performance settings Hi, I'm confused on some of the settings specified for the store janitor in cocoon.xconf. According to the Wiki doc here: http://wiki.apache.org/cocoon/CocoonPerformanceResults, the following values are set for freememory and heapsize: freememory:

RE: context: protocol not available?

2005-01-06 Thread Mark Lundquist
Hi Lars, I think this discussion is going to have to move to the dev list... following up there presently :-) ~ml -Original Message- From: Lars Huttar [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 8:33 AM To: users@cocoon.apache.org Subject: Re: context: protocol not

Bundled Jetty: why not for production?

2005-01-06 Thread Mark Lundquist
I've seen it stated or suggested that the Jetty bundled w/ Cocoon is somehow not production-worthy (for instance, here: http://marc.theaimsgroup.com/?l=xml-cocoon- usersm=110484213120668w=2). But I've never gotten a straight answer as to why this is held to be true. ??? Mark

Re: Bundled Jetty: why not for production?

2005-01-06 Thread Bertrand Delacretaz
Le 7 janv. 05, à 01:08, Mark Lundquist a écrit : I've seen it stated or suggested that the Jetty bundled w/ Cocoon is somehow not production-worthy (for instance, here: http://marc.theaimsgroup.com/?l=xml-cocoon- usersm=110484213120668w=2). But I've never gotten a straight answer as to why