Changeset 4680

Show
Ignore:
Timestamp:
05/13/08 17:20:29 (7 months ago)
Author:
xmlhacker
Message:

injection of the newer schema style

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Web/Development/CoreWebApp/index.page

    r4586 r4680  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<?xml-stylesheet type="text/xsl" href="/service/transform/controller/atomictalk/base.xslt"?> 
    3 <my:session xmlns:my="http://xameleon.org/my" xmlns:doc="http://atomictalk.org/feed/doc"> 
    4     <my:page xmlns:page="http://atomictalk.org/page" xmlns:output="http://atomictalk.org/page/output" 
    5         xmlns:head="http://atomictalk.org/page/output/head" xmlns:body="http://atomictalk.org/page/output/body" 
    6         xmlns:advice="http://atomictalk.org/page/advice"> 
    7         <page:config src="/page/config/config.xml"> 
    8             <page:advice> 
    9                 <advice:page-title>@@domain.label@@</advice:page-title> 
    10                 <advice:location.label>amp.fm</advice:location.label> 
    11                 <advice:base.theme>993300-999999</advice:base.theme> 
    12                 <advice:current-location>@@base-uri@@/@@location@@</advice:current-location> 
    13                 <advice:current-location.label>your local scene</advice:current-location.label> 
    14                 <advice:map.feed>http://feed.amp.fm/2007/10/20/gigs.atom</advice:map.feed> 
    15             </page:advice> 
    16         </page:config> 
    17         <page:output> 
    18             <page:head src="/page/output/head/base.xml" /> 
    19             <page:body src="/page/output/body/search/base.xml" /> 
    20         </page:output> 
    21     </my:page> 
    22 </my:session> 
     3<service:compile cache-result="true" xmlns:service="http://atomictalk.org/page/service"> 
     4    <service:session xmlns:my="http://xameleon.org/my"> 
     5        <my:page xmlns:doc="http://atomictalk.org/feed/doc" xmlns:page="http://atomictalk.org/page" 
     6            xmlns:output="http://atomictalk.org/page/output" xmlns:head="http://atomictalk.org/page/output/head" 
     7            xmlns:body="http://atomictalk.org/page/output/body" xmlns:advice="http://atomictalk.org/page/advice"> 
     8            <page:config src="/page/config/config.xml"> 
     9                <page:advice> 
     10                        <advice:page-title>@@domain.label@@</advice:page-title> 
     11                        <advice:feed>index.atom</advice:feed> 
     12                </page:advice> 
     13            </page:config> 
     14            <page:output> 
     15                <page:head src="/page/output/head/base.xml" /> 
     16                <page:body src="/page/output/body/base.xml" /> 
     17            </page:output> 
     18        </my:page> 
     19    </service:session> 
     20</service:compile>