Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 3569 invoked by uid 500); 15 Nov 2002 23:29:17 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 3560 invoked by uid 500); 15 Nov 2002 23:29:17 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 15 Nov 2002 23:29:16 -0000 Message-ID: <20021115232916.28484.qmail@icarus.apache.org> From: shannon@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/xsp logicsheet-forms.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N shannon 2002/11/15 15:29:16 Modified: src/documentation/xdocs Tag: cocoon_2_0_3_branch performancetips.xml src/documentation/xdocs/userdocs/concepts Tag: cocoon_2_0_3_branch sitemap.xml src/documentation/xdocs/userdocs/transformers Tag: cocoon_2_0_3_branch sourcewriting-transformer.xml src/documentation/xdocs/userdocs/xsp Tag: cocoon_2_0_3_branch logicsheet-forms.xml Log: Fixed doc-v10 validation issues in preparation for doc-v11 transition. Revision Changes Path No revision No revision 1.4.2.6 +2 -4 xml-cocoon2/src/documentation/xdocs/performancetips.xml Index: performancetips.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/performancetips.xml,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -u -r1.4.2.5 -r1.4.2.6 --- performancetips.xml 18 Oct 2002 18:17:51 -0000 1.4.2.5 +++ performancetips.xml 15 Nov 2002 23:29:15 -0000 1.4.2.6 @@ -95,7 +95,7 @@ 10% could be achieved (unscientifical observations, do your own test). -
  • +

    Utilize the pipeline expires parameter to dramatically reduce redundand requests. Even the most dynamic application pages have a @@ -137,9 +137,7 @@ load the page with the browser. Notice that after the first time, there are no access records in the server logs until the specified time expires.

    - -
  • - + No revision No revision 1.3.2.9 +0 -3 xml-cocoon2/src/documentation/xdocs/userdocs/concepts/sitemap.xml Index: sitemap.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/concepts/sitemap.xml,v retrieving revision 1.3.2.8 retrieving revision 1.3.2.9 diff -u -r1.3.2.8 -r1.3.2.9 --- sitemap.xml 15 Nov 2002 13:41:45 -0000 1.3.2.8 +++ sitemap.xml 15 Nov 2002 23:29:16 -0000 1.3.2.9 @@ -713,8 +713,6 @@ ]]> -
    -

    Mount points allow sitemaps to be cascaded and site management workload to be parallelized. This creates a tree of sitemaps with @@ -750,7 +748,6 @@ structure as the sitemaps are and thus knows which are their parent SitemapComponentManager and can ask it for a SitemapComponent it doesn't know about.

    -

    Usually you use the same SitemapComponents over and over again in your sub-sitemaps. No revision No revision 1.2.2.2 +7 -28 xml-cocoon2/src/documentation/xdocs/userdocs/transformers/sourcewriting-transformer.xml Index: sourcewriting-transformer.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/transformers/sourcewriting-transformer.xml,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- sourcewriting-transformer.xml 10 Jul 2002 19:19:25 -0000 1.2.2.1 +++ sourcewriting-transformer.xml 15 Nov 2002 23:29:16 -0000 1.2.2.2 @@ -24,7 +24,6 @@ Please beware of putting these samples on a public-facing server. -

    @@ -42,12 +41,10 @@ ]]> -

    In the namespace xmlns:source="http://apache.org/cocoon/source/1.0".

    The contents of the ]]> tag are written to the specified WriteableSource when the document containing it is transformed by SourceWritingTransformer.

    -

    ]]> -

    The SourceWritingTransformer is predefined for you in the main SiteMap.

    This invokes the SourceWritingTransformer on your pipeline.

    -

    ]]> -

    Or you can over-ride the default serializer here.

    -

    @@ -77,7 +70,6 @@ ]]> -

    @@ -91,7 +83,7 @@

    The XML Fragment to be written.

    -

    eg: +

    eg:

    @@ -99,7 +91,7 @@ ]]> - or +

    or

    @@ -110,8 +102,8 @@ ]]> - etc. -

    +

    etc.

    + The second example type, can only be used when the ]]> tag has been specified.
    @@ -131,7 +123,7 @@

    The XML Fragment to be written.

    -

    eg: +

    eg:

    @@ -141,7 +133,7 @@ ]]> - or +

    or

    @@ -152,8 +144,7 @@ ]]> - etc. -

    +

    etc.

    @@ -170,7 +161,6 @@
    -

    • if 'replace' is not specified, your 'fragment' is appended as a child of 'path'.
    • if 'replace' is specified and it exists and 'overwrite' is true, your 'fragment' is inserted in 'path', before 'replace' and then 'replace' is deleted.
    • @@ -179,13 +169,11 @@
    • if 'replace' is specified and it does not exist and 'overwrite' is false, your 'fragment' is appended as a child of 'path'.
    • if 'reinsert' is specified and it does not exist, no action occurs.
    -

    -

    @@ -203,10 +191,8 @@ ]]> -

    -

    @@ -223,10 +209,8 @@ ]]> -

    -

    @@ -243,10 +227,8 @@ ]]> -

    -

    @@ -268,11 +250,9 @@

    This sample does not currently work, see the tests in the scratchpad at http://localhost:8080/cocoon/mount/editor/tests.

    You must have built Cocoon with the scratchpad included for this link to work. -

    This is the kind of information that the SourceWritingTransformer outputs to the pipeline, replacing the original source:write and source:insert tags

    -

    @@ -289,7 +269,6 @@ ]]> -

    No revision No revision 1.1.2.3 +3 -3 xml-cocoon2/src/documentation/xdocs/userdocs/xsp/logicsheet-forms.xml Index: logicsheet-forms.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/xsp/logicsheet-forms.xml,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- logicsheet-forms.xml 3 Sep 2002 04:25:01 -0000 1.1.2.2 +++ logicsheet-forms.xml 15 Nov 2002 23:29:16 -0000 1.1.2.3 @@ -129,13 +129,13 @@ - + - + - +
    stringnullable="yes|no" default="str"stringnullable="yes|no" default="str"
    longnullable="yes|no" default="123123"longnullable="yes|no" default="123123"
    doublenullable="yes|no" default="0.5"doublenullable="yes|no" default="0.5"
    ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org