<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user">
    <title>gmane.text.xml.cocoon.user</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69778"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69777"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69776"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69775"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69774"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69773"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69772"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69771"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69770"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69769"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69768"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69767"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69766"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69765"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69764"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69763"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69762"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69761"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69760"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69759"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69778">
    <title>Re: Inter Server Communications</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69778</link>
    <description>&lt;pre&gt;
Highly depends on your underlying usecase what to do with the response
and further the cocoon version you are using. I lately use the REST-way
in c3 but you can post anything with cinclude in 2.1.x like:

&amp;lt;cinclude:includexml&amp;gt;
  &amp;lt;cinclude:src&amp;gt;http://10.231.27.63/sql_templates/&amp;lt;/cinclude:src&amp;gt;
  &amp;lt;cinclude:configuration&amp;gt;
   &amp;lt;cinclude:parameter&amp;gt;
    &amp;lt;cinclude:name&amp;gt;method&amp;lt;/cinclude:name&amp;gt;
    &amp;lt;cinclude:value&amp;gt;POST&amp;lt;/cinclude:value&amp;gt;
   &amp;lt;/cinclude:parameter&amp;gt;
  &amp;lt;/cinclude:configuration&amp;gt;
  &amp;lt;cinclude:parameters&amp;gt;
   &amp;lt;cinclude:parameter&amp;gt;
    &amp;lt;cinclude:name&amp;gt;text&amp;lt;/cinclude:name&amp;gt;
    &amp;lt;cinclude:value&amp;gt;
     &amp;lt;ROOT xmlns:sql="urn:schemas-microsoft-com:xml-sql"&amp;gt;
       &amp;lt;sql:xpath-query xmlns:lsa="blah"
mapping-schema="schema/address.xsd"&amp;gt;(/lsa:Address)&amp;lt;/sql:xpath-query&amp;gt;
     &amp;lt;/ROOT&amp;gt;
    &amp;lt;/cinclude:value&amp;gt;
   &amp;lt;/cinclude:parameter&amp;gt;
  &amp;lt;/cinclude:parameters&amp;gt;
&amp;lt;/cinclude:includexml&amp;gt;

as described in http://mail-archives.apache.org/mod_mbox/cocoon-users/200512.mbox/%3C06B403677C41D51194550002A55107D2057B8993&amp;lt; at &amp;gt;s5-stf1-r1.nrn.nrcan.gc.ca%3E&lt;/pre&gt;</description>
    <dc:creator>Thorsten Scherler</dc:creator>
    <dc:date>2013-05-17T22:53:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69777">
    <title>Re: Inter Server Communications</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69777</link>
    <description>&lt;pre&gt;Hi Peter, I use a version of the proxy transformer. If the bundled one
doesn't work for you it is easy to roll your own.

Cheers

Warrell
On 17 May 2013 16:21, "Peter Sparkes" &amp;lt;peter&amp;lt; at &amp;gt;didm.co.uk&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>warrell harries</dc:creator>
    <dc:date>2013-05-17T16:33:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69776">
    <title>Inter Server Communications</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69776</link>
    <description>&lt;pre&gt;Hi

I have an application in which I require to send a POST request from the server to another non 
Cocoon website ( to set parameters for a newsletter which uses phplist newsletter software) and the 
response would be in JSON

This would be server to server without any client browser being involved

How do I do this?

Help please

Peter
&lt;/pre&gt;</description>
    <dc:creator>Peter Sparkes</dc:creator>
    <dc:date>2013-05-17T15:20:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69775">
    <title>Re: Mobile Website</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69775</link>
    <description>&lt;pre&gt;My thanks to all who have replied. I am currently evaluating the various options suggested

Peter

On 14/05/2013 09:18, Thorsten Scherler wrote:

&lt;/pre&gt;</description>
    <dc:creator>Peter Sparkes</dc:creator>
    <dc:date>2013-05-17T07:27:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69774">
    <title>Re: Mobile Website</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69774</link>
    <description>&lt;pre&gt;
Go nuts with
http://code.google.com/a/apache-extras.org/p/lenya-extras/source/browse/modules/wurfl/?r=e0ae38858b9683c4f2fa68dbb62e7c936e725f96#wurfl%253Fstate%253Dclosed
gives you the power of http://wurfl.sourceforge.net/

You need the java code and then you can do:

&amp;lt;map:components&amp;gt;
&amp;lt;map:generators&amp;gt;
&amp;lt;map:generator logger="sitemap.generator.wurfl"
name="wurfl"
src="org.apache.lenya.modules.wurfl.generation.WurflDeviceInfoGenerator" /&amp;gt;
&amp;lt;/map:generators&amp;gt;
&amp;lt;map:selectors default="wurfl"&amp;gt;
&amp;lt;map:selector logger="sitemap.selector.wurfl" name="wurfl"
src="org.apache.lenya.modules.wurfl.selection.WurflSelector"&amp;gt;
&amp;lt;!--+ | NOTE: The appearance indicates the search order. This is
very important since | some words may be found in more than one browser
description.
(MSIE is | presented as "Mozilla/4.0 (Compatible; MSIE 4.01; ...") + --&amp;gt;
&amp;lt;browser name="android" useragent="Mozilla/5.0 (Linux; U; Android 2." /&amp;gt;
&amp;lt;browser name="android-tab" useragent="Mozilla/5.0 (Linux; U; Android
3." /&amp;gt;
&amp;lt;browser name="ipod" useragent="Mozill&lt;/pre&gt;</description>
    <dc:creator>Thorsten Scherler</dc:creator>
    <dc:date>2013-05-14T08:18:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69773">
    <title>Re: Mobile Website</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69773</link>
    <description>&lt;pre&gt;
Have a look at responsive web design. Instead of having different pages 
(HTML) returned for which you may use different sitemaps and/or XSL 
stylesheets, you could return the same content, but presented 
differently depending on the size of the screen of the device using CSS.

http://www.smashingmagazine.com/responsive-web-design-guidelines-tutorials/



&lt;/pre&gt;</description>
    <dc:creator>Andre Juffer</dc:creator>
    <dc:date>2013-05-14T07:29:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69772">
    <title>Re: Mobile Website</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69772</link>
    <description>&lt;pre&gt;Hi

I remeber there's a 'Deli' sub-project in cocoon, it's used to do it. 
it's using http request heading to determine what's device user is 
using. you can see the sample page in cocoon.

Best Regards

Johnson

於 2013/5/14 下午 02:36, Peter Sparkes 提到:
&lt;/pre&gt;</description>
    <dc:creator>johnson</dc:creator>
    <dc:date>2013-05-14T07:01:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69771">
    <title>Re: Mobile Website</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69771</link>
    <description>&lt;pre&gt;
Or stylesheets

On 14/05/2013 07:36, Peter Sparkes wrote:
&lt;/pre&gt;</description>
    <dc:creator>Peter Sparkes</dc:creator>
    <dc:date>2013-05-14T06:49:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69770">
    <title>Mobile Website</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69770</link>
    <description>&lt;pre&gt;Hi,

I have a requirement to use different sitemap.xmap for mobiles depending on the screen size.

I am using 2.1.11

Please, how do I do this?

Peter
&lt;/pre&gt;</description>
    <dc:creator>Peter Sparkes</dc:creator>
    <dc:date>2013-05-14T06:36:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69769">
    <title>Re: Sample sitemap.xmap war</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69769</link>
    <description>&lt;pre&gt;Il 10/05/2013 19:18, gelo1234 ha scritto:

The WAR file attached is missing *a lot* of dependencies.

I have added a branch to my empty C3 project on github [1]: see 
instructions there about how to build and run; you can, of course, 
deploy it to an external Tomcat 7 container.

HTH
Regards.

[1] https://github.com/ilgrosso/cocoon3EmptyProject/tree/SINGLE_WAR

&lt;/pre&gt;</description>
    <dc:creator>Francesco Chicchiriccò</dc:creator>
    <dc:date>2013-05-11T12:46:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69768">
    <title>Re: Sample sitemap.xmap war</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69768</link>
    <description>&lt;pre&gt;I have followed the servlet-service config you mentioned but still no luck.
I attach my war file here.
Deployed to Tomcat 7 from web app module + c3 libs added to WEB-INF/lib and
it does NOT work.

Can you point where the error is ?

Accessing: http://localhost:8080/mywebapp-1.0-SNAPSHOT/test.xml
gives me XML error :(

Greetings,
-Greg



2013/5/10 gelo1234 &amp;lt;gelo1234&amp;lt; at &amp;gt;gmail.com&amp;gt;


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;cocoon.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;cocoon.apache.org&lt;/pre&gt;</description>
    <dc:creator>gelo1234</dc:creator>
    <dc:date>2013-05-10T17:18:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69767">
    <title>Re: Sample sitemap.xmap war</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69767</link>
    <description>&lt;pre&gt;Thanks, that clarifies a bit my scenario.


Greetings,
-Greg


2013/5/10 Francesco Chicchiriccò &amp;lt;ilgrosso&amp;lt; at &amp;gt;apache.org&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>gelo1234</dc:creator>
    <dc:date>2013-05-10T14:11:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69766">
    <title>Re: Sample sitemap.xmap war</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69766</link>
    <description>&lt;pre&gt;
With single block, you need the classic multi-module structure (parent + 
block module + webapp module).

With no blocks you can take the example I've provided in my previous 
e-mail: I am using something similar in several production environments 
and it works like a charm.

Regards.

&lt;/pre&gt;</description>
    <dc:creator>Francesco Chicchiriccò</dc:creator>
    <dc:date>2013-05-10T13:55:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69765">
    <title>Re: Sample sitemap.xmap war</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69765</link>
    <description>&lt;pre&gt;Yes, I just want a single block (or none?:) with a sitemap.xmap which is
packaged as a war module and can be deployed to Tomcat 7.

sitemap.xmap just reads an XML file and serialize it

Greetings,
-Greg
&lt;/pre&gt;</description>
    <dc:creator>gelo1234</dc:creator>
    <dc:date>2013-05-10T13:52:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69764">
    <title>Re: Sample sitemap.xmap war</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69764</link>
    <description>&lt;pre&gt;Hi,
a C3 webapp (WAR) is normally built from a multi-module Maven project 
(as the one linked by Mansour below), with one or more blocks.

IMO it seems instead that you want to implement a single C3 Maven WAR 
module, with no blocks: if so you can take a look at [1], which is part 
of a more structured project.
Anyway, all you have to do is to configure the servlet service properly, 
e.g. like as in [2].

HTH
Regards.

[1] https://github.com/Tirasa/HippoCocoonToolkit/tree/hct-baby-steps/hctsite
[2] 
https://github.com/Tirasa/HippoCocoonToolkit/blob/hct-baby-steps/hctsite/src/main/resources/META-INF/cocoon/spring/hct-servlet-service.xml

On 10/05/2013 15:18, gelo1234 wrote:


&lt;/pre&gt;</description>
    <dc:creator>Francesco Chicchiriccò</dc:creator>
    <dc:date>2013-05-10T13:34:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69763">
    <title>Re: Sample sitemap.xmap war</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69763</link>
    <description>&lt;pre&gt;Many thanks Mansour,

I will take a deep look at it tonight.

Greetings,
Greg


2013/5/10 Mansour Al Akeel &amp;lt;mansour.alakeel&amp;lt; at &amp;gt;gmail.com&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>gelo1234</dc:creator>
    <dc:date>2013-05-10T13:18:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69762">
    <title>Re: Sample sitemap.xmap war</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69762</link>
    <description>&lt;pre&gt;This one contains 2 webapps. Did you have a look ??
https://github.com/ilgrosso/cocoon3EmptyProject/tree/COCOON3-105

I can not tell what is wrong, without an error message, but in order for
the the block to deploy properly, the configuration should match the
running mode. So if your spring configuration are under
src/main/resources/META-INF/cocoon/spring/dev/

then you need to let the webapp know that it's running in dev mode.




On Thu, May 9, 2013 at 6:11 PM, gelo1234 &amp;lt;gelo1234&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-05-09T23:02:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69761">
    <title>Sample sitemap.xmap war</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69761</link>
    <description>&lt;pre&gt;Trying to making things up with Cocoon 3-beta, I gave up.
Error points to not founding sitemap.xmap inside jar file in lib/ directory.
Trunk sources from 20130507.

Can somebody send here a simple sitemap web app with Cocoon 3-beta
as a war archive
(with WEB-INF/lib/_all_required_libs_for_c3-beta inside war)
ready to be deployed to e.g. Tomcat 7 ?

A simple web app is just reading HTML file from sitemap:

&amp;lt;map:sitemap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:map="http://apache.org/cocoon/sitemap"
             xmlns:servlet="http://apache.org/cocoon/servlet"
xmlns:controller="http://apache.org/cocoon/controller"&amp;gt;

  &amp;lt;map:pipelines&amp;gt;
    &amp;lt;!-- ~~~~~~~~~~~~~~~~ map:read ~~~~~~~~~~~~~~~ --&amp;gt;
    &amp;lt;map:pipeline&amp;gt;
      &amp;lt;map:match pattern=""&amp;gt;
        &amp;lt;map:read src="overview.html" /&amp;gt;
      &amp;lt;/map:match&amp;gt;
    &amp;lt;/map:pipeline&amp;gt;
   &amp;lt;/map:pipelines&amp;gt;
&amp;lt;/map:sitemap&amp;gt;

Greetings,
Greg
&lt;/pre&gt;</description>
    <dc:creator>gelo1234</dc:creator>
    <dc:date>2013-05-09T22:11:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69760">
    <title>Re: Using CatalogManager</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69760</link>
    <description>&lt;pre&gt;Still no luck, so decided to dig in the source to see if anything can be
done. And got stuck again,

In XSLTTransformer.java:

    &amp;lt; at &amp;gt;Override
    public void setConfiguration(final Map&amp;lt;String, ? extends Object&amp;gt;
configuration) {
        try {
            this.url = (URL) configuration.get(SOURCE);
        } catch (ClassCastException cce) {
            throw new SetupException(
                    "The configuration value of '" + SOURCE + "' can't be
cast to " + URL.class.getName(), cce);
        }

        if (this.url == null) {
            LOG.debug("Impossible to load XSLT parameters from null
source");
        } else {
            final Object attributesObj = configuration.get("attributes");
            if (attributesObj instanceof Map) {
                &amp;lt; at &amp;gt;SuppressWarnings("unchecked")
                final Map&amp;lt;String, Object&amp;gt; attributesMap = (Map&amp;lt;String,
Object&amp;gt;) attributesObj;
                this.load(this.url, attributesMap);
            } else {
                this.load(this.url, null);
            }
&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-05-09T17:13:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69759">
    <title>Using CatalogManager</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69759</link>
    <description>&lt;pre&gt;With C3.0-beta, I am trying to use CatalogManager.properties to direct
request of a DTD to another location.
I copied the files CatalogManager.properties, catalog.xml, dummy.dtd to

src/main/resources and then to rcl-config/WEB-INF/classes, but not luck.

Is there anything I can do to get the requests to a DTD to be server
through the catalog ??
&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-05-09T14:58:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.cocoon.user/69758">
    <title>greetings!</title>
    <link>http://permalink.gmane.org/gmane.text.xml.cocoon.user/69758</link>
    <description>&lt;pre&gt;http://euro-plast.su/components/com_ag_google_analytics2/buy.php?cjquftiqr792mtlze
































































































-----------------------
On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows 95 or better'. So I installed Linux.&lt;/pre&gt;</description>
    <dc:creator>Syama Thota</dc:creator>
    <dc:date>2013-04-26T17:20:57</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.text.xml.cocoon.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.text.xml.cocoon.user</link>
  </textinput>
</rdf:RDF>
