How to get title dyanamically in xsl

Hi ,
i am working seo project which is search engine optimigation.
i have one xsl file and i added meta tag like
<title> title</tile>
<meta name="Description" content="MyDescription">
<meta name="Keywords" content="Keyword1, Keyword2, �, KeywordN">
can you please tell me how to get the dynamic title based on the url.
and keyword with commas taking as input title.
i am using javascript but i do not how to call that sciprt in xsl file
this is my xsl file souce code
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:user="user" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xalan="http://xml.apache.org/xslt" xmlns:i18n="http://apache.org/cocoon/i18n/2.1">
<xsl:param name="pageName"/>
<xsl:param name="titlePage"/>
<xsl:param name="keyword"/>
<!-- start - includes -->
<xsl:include href="../mobility/header.xsl"/>
<xsl:include href="../mobility/footer.xsl"/>
<xsl:include href="../mobility/navigation.xsl"/>
<xsl:include href="../mobility/mobility_content.xsl"/>     
<!-- end - includes -->
<xsl:template match="page">
<html>
<head>
<script type="text/javascript">
          function test2()
          var st= "nissan uk";
          str = str.toLowerCase();
str = str.replace(/['"-]/g, ",");
str = str.replace(/\W/g, ",");
          str = str.replace(/\s+/g, ",");
window.location();
</script>
<title><xsl:value-of select="$titlePage"/></title>
<xsl:variable name="keywords" select="'keyword'"/>
<xsl:variable name="scriptid" select="test2()"/>
<meta content="We have developed this site to make it easier to access the information you need, when you need it. " name="Description" />
<meta content="{$scriptid}" name="Keywords"/>
<meta content="index, follow" name="Robots"/>
<xsl:comment><xsl:value-of select="$titlePage"/>.We have developed this site to make it easier to access the information you need, when you need it. </xsl:comment>
     <link rel="stylesheet" type="text/css" href="/nova/global/css/mobility/mobility.css"/>
     <script type="text/javascript" src="/nova/global/js/mobility/ExpandingMenu.js"/>
     <script type="text/javascript" src="/nova/global/js/mobility/Popup.js"/>
     <script type="text/javascript" src="/nova/global/js/global.js"/>
</head>
<body id="mb_bodyMargin" >
     <!-- start - to publish the header details -->
     <div id="mb_navtop">
     <xsl:call-template name="header"/>
     </div>
     <!-- end - to publish the header details -->
     <div id="mb_navMenu">
     <div class="mb_leftContent">
     <!-- start - to publish the left navigation -->
          <div class="mb_menublock">
          <div class="mb_menublockGrayPatch"></div>           
          <xsl:copy-of select="/page/navigation/node()"/>               
          </div>
          <!-- end - to publish the left navigation -->     
          <div class="mb_whitePathch"></div>               
          <!-- start - to publish the Motability image & Related Pags -->
          <div class="mb_mobilityimage">
          <a>
               <xsl:attribute name="href"><xsl:value-of select="collection/image/IMAGE-LINK"/></xsl:attribute>
               <img>
               <xsl:attribute name="src">/nova/<xsl:value-of select="collection/image/filename"/></xsl:attribute>
               <xsl:attribute name="alt"><xsl:value-of select="collection/image/alt"/></xsl:attribute>
               <xsl:attribute name="border">0</xsl:attribute>                    
               <xsl:attribute name="class">mb_imgMotability</xsl:attribute>                    
               </img>                         
               </a>
          <xsl:apply-templates select="collection" mode="mb_related_links"/>
          </div>
          <!-- end - to publish the Motability image & Related Pags -->
     </div>
     <!-- start - to publish the right content & footer details -->               
     <div class="mb_rightContent">
          <xsl:apply-templates select="collection" mode="mobility_home"/>
          <xsl:call-template name="footer"/>
     </div>
     <!-- end - to publish the right content & footer details -->
     </div>
</body>
<!-- start - to expand and highlight the selected menu/sub-menu item -->
<xsl:variable name="pageNameWithoutIndex" select="$pageName"/>
<xsl:choose>
<xsl:when test="contains($pageNameWithoutIndex,'/')">
     <xsl:variable name="firstNav" select="substring-before($pageNameWithoutIndex,'/')"/>
     <xsl:variable name="secondNav" select="substring-after($pageNameWithoutIndex,'/')"/>
     <script>
          expand('<xsl:value-of select="$firstNav"/>','<xsl:value-of select="$pageNameWithoutIndex"/>');
     </script>     
</xsl:when>
<xsl:otherwise>
     <xsl:variable name="firstNav" select="$pageNameWithoutIndex"/>
     <script>
          expand('<xsl:value-of select="$firstNav"/>');
     </script>     
</xsl:otherwise>
</xsl:choose>
<!-- start - to expand and highlight the selected menu/sub-menu item -->
</html>
</xsl:template>
</xsl:stylesheet>
and sitemap.map file is
<?xml version="1.0"?>
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<!-- Reorganised sitemap as follows:- printing pipeline, then main pipeline-->
<!--============================ Views ======================================-->
     <map:views>
          <map:view from-label="beautify" name="beautify">
               <map:transform type="i18n">
                    <map:parameter name="locale" value="{../locale}"/>
               </map:transform>
               <map:serialize type="xml"/>
          </map:view>
     </map:views>
<!--=========================== Pipelines =================================-->
<map:pipelines>
     <map:pipeline>
<!--============= to generate Content for navigation ===============================-->
     <map:match pattern="navigation.xml">
     <map:generate src="cocoon:/navigation_gen.xml"/>
     <map:transform src="context:///stylesheets/mobility/navigation.xsl"/>
<map:serialize type="xml"/>
     </map:match>
<!--============= to generate Channel information for Mobility =================-->
     <map:act type="nscData">
          <map:match pattern="navigation_gen.xml">
          <map:generate src="cocoon://sitemap-gen_{../locale-path}.xml" />
          <map:transform src="context:///stylesheets/mobility/channel.xsl"/>
     <map:serialize type="xml"/>
          </map:match>
     </map:act>
     <map:act type="nscData">
<!--============ NOVA - Mobility root pipeline ====================-->
          <map:match pattern="">
               <map:redirect-to uri="mobility/index.html"/>
          </map:match>
          <map:match pattern="home/index.*">
               <map:redirect-to uri="/home/mobility/index.html"/>
          </map:match>
<!--================================= Nissan mobility Home Page =================================-->
               <map:match pattern="index.*">
               <map:aggregate element="page" label="beautify">
                         <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
                         <map:part src="cocoon://{../locale-path}/mobility/home.chan"/>
          </map:aggregate>
          <map:call resource="get_{1}">
                         <map:parameter name="filename" value="home"/>
                         <map:parameter name="titlefilename" value="nissan uk,home"/>
                         <map:parameter name="keywordname" value="nissan,uk,home"/>
                    </map:call>
          </map:match>
          <!--=================================== Scheme page =======================================-->
          <map:match pattern="scheme/index.*">
                    <map:aggregate element="page" label="beautify">
               <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
                         <map:part src="cocoon://{../locale-path}/mobility/scheme.chan"/>
          </map:aggregate>
                    <map:call resource="get_{1}">
                         <map:parameter name="filename" value="scheme" />
                         <map:parameter name="titlefilename" value="nissan uk,scheme"/>
                         <map:parameter name="keywordname" value="nissan,uk,scheme"/>
                    </map:call>
          </map:match>
          <!--====================== For the Scheme sub-menu pages =========================-->
          <map:match pattern="scheme/*/index.*">
                    <map:aggregate element="page" label="beautify">
               <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
                         <map:part src="cocoon://{../locale-path}/mobility/scheme/{1}.chan"/>
          </map:aggregate>
                    <map:call resource="get_{2}">
                         <map:parameter name="filename" value="{1}" />
                         <map:parameter name="file-path" value="scheme/{1}"/>
                         <map:parameter name="file-path1" value="Nissan UK,scheme-{1}"/>
                         <map:parameter name="keywordname" value="nissan,uk,scheme,{1}"/>
                    </map:call>
          </map:match>
          <!--====================== For those pages under construction =============-->
          <map:match pattern="mobility_centre/index.*">
                    <map:aggregate element="page" label="beautify">
               <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
                         <map:part src="cocoon://{../locale-path}/mobility/mobility_centre.chan"/>
          </map:aggregate>
                    <map:call resource="get_{1}">
                         <map:parameter name="filename" value="mobility_centre" />
                         <map:parameter name="titlefilename" value="Nissan UK,mobility_centre" />
                    </map:call>
          </map:match>
          <!--====================== For the sub-menu pages under construction=========================-->
          <map:match pattern="mobility_centre/*/index.*">
                    <map:aggregate element="page" label="beautify">
               <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
                         <map:part src="cocoon://{../locale-path}/mobility/mobility_centre.chan"/>
          </map:aggregate>
                    <map:call resource="get_{2}">
                         <map:parameter name="filename" value="{1}" />
                         <map:parameter name="file-path" value="mobility_centre/{1}"/>
                    </map:call>
          </map:match>
<!--================================== Vehicles page =======================================-->
<map:match pattern="vehicles/index.*">
<map:aggregate element="page" label="beautify">
<map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
<map:part src="cocoon://{../locale-path}/mobility/vehicles.chan"/>
<map:part element="passenger" src="cocoon://{../locale-path}/mobility/vehicles/passenger.chan"/>
<map:part element="lcv" src="cocoon://{../locale-path}/mobility/vehicles/lcv.chan"/>
<map:part element="four-by-four" src="cocoon://{../locale-path}/mobility/vehicles/4x4.chan"/>
</map:aggregate>
<map:call resource="get_{1}">
<map:parameter name="filename" value="vehicles" />
<map:parameter name="titlefilename" value="nissan uk,vehicles"/>
</map:call>
</map:match>
<!--=============================== For Vehicles sub-menu pages =============================-->
<map:match pattern="vehicles/*/*/index.*">
<map:aggregate element="page" label="beautify">
<map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
<map:part src="cocoon://{../locale-path}/mobility/vehicles.chan"/>
<map:part src="cocoon://{../locale-path}/mobility/vehicles/{1}/{2}.chan"/>
<map:part element="" strip-root="false" src="cocoon://{../locale-path}/mobility/vehicles/{1}/{2}/NSC-MODEL-XTND.type"/>
<map:part src="cocoon://{../locale-path}/vehicles/{1}/{2}/grades-and-specs/EQUIPMENT-XTND.type"/>
<map:part src="cocoon://{../locale-path}/vehicles/{1}/{2}/grades-and-specs/GRADE-XTND.type"/>
<map:part src="cocoon://{../locale-path}/vehicles/{1}/{2}/carbuilder/ENGINE-AND-TRANS-XTND.type"/>
<map:part element="BODY" src="cocoon://{../locale-path}/vehicles/{1}/{2}/carbuilder/BODY-XTND.type"/>
<map:part element="" strip-root="true" src="cocoon://logicsheets/vehicles/pv-gp.xsp?country={../country}&locale={../locale-path}&with-vat={../with-vat}&modelGroup={2}&cache-timeout=600" />
</map:aggregate>
<map:call resource="get_{3}">
<map:parameter name="filename" value="vehicles-details" />
<map:parameter name="file-path" value="vehicles/{1}/{2}"/>
<map:parameter name="tiltefile-path" value="nissan uk, vehicles -{1}-{2}"/>
<map:parameter name="tiltefile-path-intro" value="nissan uk, vehicles -{1}-{2}-intro"/>
</map:call>
</map:match>
<!--======================== Performance/Energy (Frugality page) ==============================-->
<map:match pattern="*/*/*/performance/energy/index.*">
<map:aggregate element="page">
<map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
<map:part src="cocoon://{../locale-path}/mobility/vehicles/image.type"/>
<map:part src="cocoon://{../locale-path}/mobility/vehicles/Mb_Relatedlinks.type"/>
<map:part src="cocoon://{../locale-path}/mobility/vehicles/{2}/{3}.chan"/>
<map:part src="cocoon://logicsheets/vehicles/engine-energy.xsp?locale={../locale-path}&model-code={3}&cache-timeout=600" />
<map:part src="cocoon://logicsheets/vehicles/model-body-engine-attributes.xsp?model-code={3}&cache-timeout=600"/>
</map:aggregate>
<map:call resource="get_{4}">
<map:parameter name="filename" value="energy" />
<map:parameter name="file-path" value="vehicles/{2}/{3}"/>
</map:call>
</map:match>
<!--======================== Price popup for Vehicle pages ==============================-->
<map:match pattern="*/*/*/price-popup.*">
<map:aggregate element="page">
<map:part src="cocoon://{../locale-path}/mobility/vehicles/{2}/{3}.chan"/>
</map:aggregate>
<map:call resource="get_{4}">
<map:parameter name="filename" value="price-popup" />
<map:parameter name="file-path" value="vehicles/{3}"/>
</map:call>
</map:match>
          <!--====================== News and Events page ==========================-->
          <map:match pattern="news-events/index.*">
                    <map:aggregate element="page" label="beautify">
                         <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
                         <map:part src="cocoon://{../locale-path}/mobility/news-events.chan"/>
          </map:aggregate>
                    <map:call resource="get_{1}">
                         <map:parameter name="filename" value="news-events" />
                    </map:call>
          </map:match>
          <!--======================= News Article page ============================-->
<map:match pattern="news-events/*.*">
<map:aggregate element="page" label="beautify">
<map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
<map:part src="cocoon://{../locale-path}/mobility/news-events.chan"/>
<map:part src="cocoon://{../locale-path}/{1}.item"/>
</map:aggregate>
<map:call resource="get_{2}">
<map:parameter name="filename" value="news-article"/>
</map:call>
</map:match>
          <!--=================== contact us / Requests page =======================-->
          <map:match pattern="contactus/index.*">
                    <map:aggregate element="page" label="beautify">
                         <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
                         <map:part src="cocoon://{../locale-path}/mobility/contactus.chan"/>
          </map:aggregate>
                    <map:call resource="get_{1}">
                         <map:parameter name="filename" value="contactus" />
                    </map:call>
          </map:match>
          <!-- ================ Brochure and Test Drive page =========================== -->
          <map:match pattern="*/brochure_testdrive/index.*">
               <map:act type="sessionCreator"> <!-- sessionCreator -->     
                    <map:aggregate element="page" label="beautify">
                         <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
<map:part src="cocoon://{../../locale-path}/mobility/contactus/image.type"/>
<map:part src="cocoon://{../../locale-path}/mobility/contactus/Mb_Relatedlinks.type"/>
<map:part src="cocoon://request.params"/>          
                         <map:part src="cocoon://session.params"/>
<map:part src="cocoon://vehicles/leads_vehicle_data.xml"/>
     <map:part element="brochure" strip-root="true" src="cocoon://{../../locale-path}/mobility/contactus/brochure_testdrive.chan"/>
                         <map:part element="testdrive" strip-root="true" src="cocoon://{../../locale-path}/mobility/contactus/testdrive.chan"/>
                         <map:part element="" strip-root="true" src="../content/contact/{../../locale-path}/brochure/step1-static.xml"/>
          </map:aggregate>
                    <map:call resource="get_{../2}">
                         <map:parameter name="filename" value="brochure-testdrive" />
                         <map:parameter name="file-path" value="{../1}/brochure_testdrive" />
                         <map:parameter name="file-path" value="nissan uk,passanger-range " />
                    </map:call>
               </map:act>     
          </map:match>
          <!-- ===================== Enquiries page ================================ -->
          <map:match pattern="*/enquiries/index.*">
               <map:act type="sessionCreator"> <!-- sessionCreator -->     
                    <map:aggregate element="page" label="beautify">
                         <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
                         <map:part src="cocoon://{../../locale-path}/mobility/contactus/image.type"/>
<map:part src="cocoon://{../../locale-path}/mobility/contactus/Mb_Relatedlinks.type"/>
                         <map:part src="cocoon://{../../locale-path}/mobility/contactus/enquiries.chan"/>
                         <map:part element="" strip-root="true" src="../content/contact/{../../locale-path}/mobility/mobility.xml"/>
          </map:aggregate>
                    <map:call resource="get_{../2}">
                         <map:parameter name="filename" value="enquiries" />
                         <map:parameter name="file-path" value="{../1}/enquiries" />
                    </map:call>
               </map:act>     
          </map:match>
          <!-- ========================= Your Details page ============================ -->
<map:match pattern="*/*/yourdetails.*/*">
     <map:act type="sessionWriter">
<map:aggregate element="page" label="beautify">
<map:part src="cocoon://request.params"/>
<map:part src="cocoon://session.params"/>
<map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
<map:part src="cocoon://{../../locale-path}/mobility/contactus/image.type"/>
          <map:part src="cocoon://{../../locale-path}/mobility/contactus/Mb_Relatedlinks.type"/>
<map:part element="" strip-root="true" src="../content/contact/{../../locale-path}/mobility/step1-static.xml"/>
<map:part element="" strip-root="false" src="../content/contact/{../../locale-path}/mobility/occupation.xml"/>
</map:aggregate>
<map:call resource="get_{../3}">
<map:parameter name="filename" value="yourdetails" />
<map:parameter name="file-path" value="{../1}/{../2}"/>
<map:parameter name="formValues" value="{../4}"/>
</map:call>
</map:act>
</map:match>
     <!--========================= No Postal Address code Page =========================-->
     <map:match pattern="*/*/postcode.*/*">
                    <map:act type="sessionWriter">     
                         <map:aggregate element="page" >
                              <map:part src="cocoon://request.params"/>          
                         <map:part src="cocoon://session.params"/>     
                         <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
     <map:part src="cocoon://{../../locale-path}/mobility/contactus/image.type"/>
     <map:part src="cocoon://{../../locale-path}/mobility/contactus/Mb_Relatedlinks.type"/>
                         <map:part strip-root="true" src="cocoon://contact/common_{../../locale-path}.xml?section-header-id=/{../../locale-path}/contact/brochure"/>                          
                              <map:part element="" strip-root="true" src="../content/contact/{../../locale-path}/mobility/step1-static.xml"/>
                              <map:part element="" strip-root="false" src="../content/contact/{../../locale-path}/common/occupation.xml"/>                              
                              <map:part element="" strip-root="false" src="cocoon://search.qas"/>
                              <map:part strip-root="true" src="cocoon://{../../locale-path}/contact.chan"/>
                              <map:part strip-root="true" src="cocoon://{../../locale-path}/contact/brochure.chan_errcheck"/>
                         </map:aggregate>
                         <map:call resource="get_{../3}">
                              <map:parameter name="filename" value="yourdetails" />
                              <map:parameter name="file-path" value="{../1}/{../2}"/>
                              <map:parameter name="formValues" value="{../4}"/>
                         </map:call>
                    </map:act>     
               </map:match>
               <map:match pattern="*/list.*">
                    <map:act type="sessionWriter">
                         <map:aggregate element="page">
                              <map:part src="cocoon://request.params"/>          
                         <map:part src="cocoon://session.params"/>
                              <map:part strip-root="true" src="cocoon://contact/common_{../../locale-path}.xml?section-header-id=/{../../locale-path}/contact/{../1}"/>      
                              <map:part element="" strip-root="true" src="../content/contact/{../../locale-path}/address/list-static.xml"/>
                         <map:part src="cocoon://results.qas"/>          
                         </map:aggregate>                         
                         <map:call resource="get_{../2}">
                              <map:parameter name="file-path" value="/{nsc-short-name}/{locale-path}/site-media/contact/"/>                         
                              <map:parameter name="filename" value="address/list" />
                              <map:parameter name="nedstat-path" value="{../../country-upper}.{../1}.askaddress"/>                              
                         </map:call>
                    </map:act>
               </map:match>     
               <map:match pattern="*/validate.*">
                    <map:act type="sessionWriter">
                         <map:aggregate element="page" >
                              <map:part src="cocoon://request.params"/>          
                         <map:part src="cocoon://session.params"/>
                                   <map:part strip-root="true" src="cocoon://contact/common_{../../locale-path}.xml?section-header-id=/{../../locale-path}/contact/{../1}"/>      
                              <map:part element="" strip-root="true" src="../content/contact/{../../locale-path}/address/validate-static.xml"/>
                         <map:part src="cocoon://results.qas"/>          
                         </map:aggregate>
                         <map:call resource="get_{../2}">
                              <map:parameter name="file-path" value="/{nsc-short-name}/{locale-path}/site-media/contact/"/>                         
                              <map:parameter name="filename" value="address/validate" />
                              <map:parameter name="nedstat-path" value="{../../country-upper}.{../1}.askaddress"/>                              
                         </map:call>
                    </map:act>
               </map:match>
          <map:match pattern="*/*/confirmation.*">
                         <map:act type="sessionWriter">
                         <map:act type="data-submit">     
                              <map:aggregate element="page" >
                                   <map:part src="cocoon://request.params"/>          
                              <map:part src="cocoon://session.params"/>
                              <map:part src="cocoon://vehicles/leads_vehicle_data.xml"/>     
                              <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
<map:part src="cocoon://{../../../locale-path}/mobility/contactus/image.type"/>
                              </map:aggregate>
                              <map:call resource="get_{../../3}">
                                   <map:parameter name="filename" value="confirmation"/>
                                   <map:parameter name="file-path" value="{../../1}/{../../2}"/>
                              </map:call>
                         </map:act>
                    </map:act>
               </map:match>
     <!--============================ Tell us More Page ================================-->
<map:match pattern="*/*/more.*">
                    <map:act type="sessionCreator">                    
                         <map:aggregate element="page" >
                              <map:part src="cocoon://request.params"/>          
                         <map:part src="cocoon://session.params"/>
                         <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
          <map:part src="cocoon://{../../locale-path}/mobility/contactus/image.type"/>
<map:part src="cocoon://{../../locale-path}/mobility/contactus/Mb_Relatedlinks.type"/>
                              <map:part strip-root="true" src="cocoon://contact/common_{../../locale-path}.xml?section-header-id=/{../../locale-path}/contact/{../1}"/>     
                              <map:part element="" strip-root="true" src="../content/contact/{../../locale-path}/common/more-static.xml"/>
                              <map:part strip-root="true" src="cocoon://{../../locale-path}/contact.chan_errcheck"/>
                              <map:part strip-root="false" src="../content/contact/received-files/Leisure_{../../locale-path}.xml"/>
                              <map:part strip-root="false" src="../content/contact/received-files/Sport_{../../locale-path}.xml"/>
                              <map:part strip-root="false" src="../content/contact/received-files/FinanceType_{../../locale-path}.xml"/>
                              <map:part strip-root="false" src="../content/contact/received-files/FuelType_{../../locale-path}.xml"/>
                         </map:aggregate>
                         <map:call resource="get_{../3}">
                              <map:parameter name="filename" value="more" />
                              <map:parameter name="file-path" value="/{nsc-short-name}/{locale-path}/site-media/contact/"/>                              
                              <map:parameter name="nedstat-path" value="{../../country-upper}.contact.{2}.more"/>
                         </map:call>
                    </map:act>
               </map:match>
     <!--============================ confirmation2 ================================-->
<map:match pattern="*/*/confirm_more.*">
<map:act type="sessionWriter">
<map:act type="data-submit">
<map:aggregate element="page" >
<map:part src="cocoon://request.params"/>
<map:part src="cocoon://session.params"/>
<map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
               <map:part src="cocoon://{../../../locale-path}/mobility/contactus/image.type"/>
<map:part strip-root="true" src="cocoon://contact/common_{../../../locale-path}.xml?section-header-id=/{../../../locale-path}/contact/{../../1}"/>
<map:part element="" strip-root="true" src="../content/contact/{../../../locale-path}/common/confirmation-static.xml"/>
</map:aggregate>
<map:call resource="get_{../../3}">
<map:parameter name="filename" value="confirmation_more" />
<map:parameter name="file-path" value="{../../1}/{../../2}"/>
</map:call>
</map:act>
</map:act>
</map:match>
<!--============================ Sitemap page ================================-->
          <map:match pattern="sitemap/index.*">
                    <map:aggregate element="page" label="beautify">
                         <map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
                         <map:part src="cocoon:/navigation_gen.xml"/>
                         <map:part src="cocoon://{../locale-path}/mobility/sitemap.chan"/>
          </map:aggregate>
                    <map:call resource="get_{1}">
                         <map:parameter name="filename" value="sitemap"/>
                    </map:call>
     </map:match>
     <!-- =========================== Image PopUp ================================= -->
<map:match pattern="*/image-popup.*">
     <map:aggregate element="page" label="beautify">
                    <map:part src="cocoon://{../locale-path}/mobility/scheme.chan"/>
               </map:aggregate>
<map:call resource="get_{2}">
                    <map:parameter name="filename" value="image-popup"/>
          </map:call>
     </map:match>
<!-- ======================== Editorial - PopUp ================================== -->
<map:match pattern="scheme/editorial-popup.*">
          <map:aggregate element="page" label="beautify">
               <map:part src="cocoon://{../locale-path}/mobility/scheme/editorial-page-standard.type"/>
               </map:aggregate>
<map:call resource="get_{1}">
               <map:parameter name="filename" value="editorial-popup"/>
          </map:call>
     </map:match>
<!--=========================== Terms and Conditions =================================-->
<map:match pattern="terms-conditions/index.*">
<map:aggregate element="page" label="beautify">
<map:part element="" strip-root="true" src="cocoon:/navigation.xml"/>
<map:part src="cocoon://{../locale-path}/mobility/home/editorial-page-faq-short.type"/>
<map:part src="cocoon://{../locale-path}/mobility/home/image.type"/>
</map:aggregate>
<map:call resource="get_{1}">
<map:parameter name="filename" value="terms-conditions"/>
</map:call>
</map:match>
     </map:act>
     </map:pipeline>
</map:pipelines>
<!--=========================== Resources =================================-->
     <map:resources>
          <map:resource name="get_html">
               <map:act type="nscData">     
               <map:transform type="i18n">
                         <map:parameter name="locale" value="{../locale}" />
                    </map:transform>               
                    <map:transform type="xslt" src="cocoon://stylesheets/mobility/{../filename}.xsl">
                         <map:parameter name="pageName" value="{../filename}"/>
                         <map:parameter name="titlePage" value="{../titlefilename}"/>
                         <map:parameter name="keyword" value="{../keywordname                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Works for me. What happened when you tried?
<pre style="
font-family: Monaco, 'Courier New', Courier, monospace;
font-size: 10px;
font-weight: normal;
margin: 0px;
padding: 5px;
border: 1px solid #000000;
width: 720px;
color: #000000;
background-color: #E6E6EE;
overflow: auto;"
title="this text can be pasted into the AppleScript Editor">
tell application "Finder" to display dialog "I need ® or ™ in dialog box text" with title "I need ® or ™ in dialog box text" buttons {"Aha!"} default button 1</pre>

Similar Messages

  • How to get title templates library for CC?

    How to get title templates library for CC?  Do you have to download and install PP 6 to get them?

    Try here Library, title templates, template projects missing: Premiere Pro, After Effects, Encore

  • How to get title in Dialog box

    How to get title in Dialog box like "Adobe® Connect™ "

    Works for me. What happened when you tried?
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #E6E6EE;
    overflow: auto;"
    title="this text can be pasted into the AppleScript Editor">
    tell application "Finder" to display dialog "I need ® or ™ in dialog box text" with title "I need ® or ™ in dialog box text" buttons {"Aha!"} default button 1</pre>

  • How to get title of an iview? Have only pcd-url...

    Hi,
    in my WebDynpro i need to get a list from PCD
    that has
    - the iview-ID
    - the title of the iview
    that resides in a directory.
    I get the ids, eg. pcd:portal_content/rwe/bir/navigation/rwe.bir.ws.BIReports/rwe.bir.ivu.filter.tra.Istkosten_je_Periode_8 
    with the following source:
    Hashtable env3 = new Hashtable();
    env3.put(IPcdContext.SECURITY_PRINCIPAL, sapUser);
    env3.put(Context.INITIAL_CONTEXT_FACTORY,IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
    env3.put (com.sap.portal.directory.Constants.REQUESTED_ASPECT,PcmConstants.ASPECT_SEMANTICS);
    InitialContext ctx1 = null;
    DirContext dirCtx1;
    List pageList = null;
    try {
       ctx1 = new InitialContext(env3);
       //        Pass the iView location here...as Daniel said..
    dirCtx1 =(DirContext) ctx1.lookup("pcd:portal_content/rwe/bir/content/generated/");
    PcdSearchControls pcdSearchControls = new PcdSearchControls();
    pcdSearchControls.setReturningObjFlag(false);
    pcdSearchControls.setSearchScope(PcdSearchControls.SUBTREE_WITH_UNIT_ROOTS_SCOPE);
    dirCtx1.addToEnvironment(Constants.APPLY_ASPECT_TO_CONTEXTS,Constants.APPLY_ASPECT_TO_CONTEXTS);
    NamingEnumeration ne = dirCtx1.search("","(com.sap.portal.pcd.gl.ObjectClass=com.sapportals.portal.iview)",
         pcdSearchControls);
    pageList = new ArrayList();
    int i = 0;
    while (ne.hasMoreElements()) {
    i++;
    IPcdSearchResult searchResult =
         (IPcdSearchResult) ne.nextElement();
    //        This location will give you the full path of the page with page name
    String location = searchResult.getName();
      messageManager.reportSuccess("Got PCD-Url: " + location); 
    But - how can i get the title of the iview?
    I tested also the code:
    env.put(IPcdContext.SECURITY_PRINCIPAL,sapUser);
    env.put(Context.INITIAL_CONTEXT_FACTORY,IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
    env.put(com.sap.portal.directory.Constants.REQUESTED_ASPECT,   pcmConstants.ASPECT_ADMINISTRATION);
    InitialContext ctx = null;
    String objectID = "pcd:portal_content/rwe/bir/content/generated/";
    iCtx = new InitialContext(env);
    Object pcdObject =iCtx.lookup(objectID);
    NamingEnumeration children = null;
    if (pcdObject instanceof IAdminBase)
      children = ((IPcdContext) ((IAdminBase) pcdObject).getImplementation  (IAdminBase.CONTEXT)).listBindings("");
      msgMgr.reportSuccess("Element: IAdminBase");
    }else{
      children = ((IPcdContext) pcdObject).listBindings("");
      msgMgr.reportSuccess("Element: PCDObject");
    Binding child;
    int ch = 0;
    while (children.hasMoreElements())
       child = (Binding) children.next();
       child.getName();
    if (child.getName().startsWith("rwe.bir.ivu.filter")
         && child
         .getClassName()
         .equalsIgnoreCase("com.sapportals.portal.ivs.iviews.IPortalIview")) {
         msgMgr.reportSuccess("Element: " + child.getName());
    then i get the title attribute, so getting something like
    'locale= , Text="The title of the iview" '
    But: how to collect both (title and id) in one way??
    Thanks
    Bernhard
    Edited by: Bernhard Derks on Feb 22, 2008 3:36 PM

    HI Sarma,
    Unfortunatelly, the variable p_infopackage is not accessible in the FORM.
    It seems that the only variable I have access to is p_subrc...
    To help you here are the first line of my selection routine :
    program conversion_routine.
    Type pools used by conversion program
    type-pools: rsarc, rsarr, rssm.
    tables: rssdlrange.
    Global code used by conversion rules
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   ...
    $$ end of global - insert your declaration only before this line   -
        InfoObject      = 0TCTREQUID
        Fieldname       = REQUEST
        data type       = CHAR
        length          = 000030
        convexit        =
    form compute_REQUEST
      tables l_t_range structure rssdlrange
      changing p_subrc like sy-subrc.
          Insert source code to current selection field
    $$ begin of routine - insert your code only below this line        -
    data: l_idx like sy-tabix.
              read table l_t_range with key
                   fieldname = 'REQUEST'.
              l_idx = sy-tabix.
    I think that your idea is the good one, but I do not see the how to get the datasource name for my infopackage...
    If someone has another idea, it could be very helpful for me.
    Thanks
    Pierre-Yves

  • How to get Title from JOptionPane

    Hi,
    I would like to get Title from a JOptionPane, is there any method to get the same? for example, a message dialog has "Error" as title how can I get it?
    Thanks in advance.
    -Jose

    Hi Jose,
    Do you mean you want to set the title? If so you can specify the title in one of the many static methods available ie.
    JOptionPane.showMessageDialog(parent, "some message", "some title", JOptionPane.ERROR_MESSAGE);
    Otherwise if you are trying to get the title try..
    String title = "some title";
    JOptionPane.showMessageDialog(parent, "some message", title , JOptionPane.ERROR_MESSAGE);
    then you can write some other code using title.
    Hope this helps Jose,
    regards Darren.

  • How to get TITLE in the Editor

    Hi,
    I am using cl_gui_textedit class to get output in the form of Editor, But i need to display the TITLE in that , i tried with Function module  EDIT_TEXT also.
    Could any one can tell me how to get the title ?
    thanks in advance.....
    Regards,
    Saravana kumar.S

    Have you maximized the photo window within the editor?
    Why does it matter, when you are editing, whether the file is .jpg or .psd or something else?

  • Downloaded ios7 to ipad2 and now all titles of my movies in Videos are gone, only the movie icon remains? How to get titles back?

    Downloaded ios7 to ipad2 and lost all titles of my movies in Videos. The movies are still there and play fine, but all the names of the movies are gone. Only the movie icons remain. How can I get the names of the movies back on the screen?

    My "movies" are actually music videos. For most it shows a screen grab and I can identify a majority of the videos by that. But for some, the screen grab is just black. I have no way of knowing which video that is. Titles are definitely needed.

  • How To Get Title Information to appear in iPhoto Book ?

    Is there a book format that allows the title information to appear in the pages of a book ?
    I would like to use " Family Album " format. Or any format that will allow the titles I have created to appear on the page of the book.

    There is only one theme that will allow that type of info for each photo, Folio. iPhoto 6 had several themes but they are no longer available.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Need info on how to get the little pictures like Adobe website has next to the title of the page??

    I know how to enter title text but i need to know how to get an image next to the title of the page please help??

    http://alt-web.com/favicons.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to get rid of title bar of a quicktime window?

    The main problem:
    I want to display the title info etc about each track as they play in iTunes. How can I do that on an otherwise black screen (desktop) (I don't want to use the visualizer with its psychedelic patterns).
    Background:
    I want to play music from iTunes (many pieces in a row - for like a full day). While this is happening I want the title etc of the tune to be displayed on the screen, like white smallish text against a black background in the lower right hand corner. At the same time I want slides to be displayed on the screen.
    So, with iPhoto I can run a slide show but only while one piece of music is playing.
    Instead I can have the desktop slowly change (from system preferences) with images from a folder every 5 seconds. That's not too bad. Looks good, actually, except for that annoying menu bar at the top! Well, black tape can hide that one (or a second display and move it over there). Now iTunes can play away all day.
    As to how to get the title etc of the song playing displayed I was thinking about somehow extracting it from iTunes with applescript, then paste it into the text track of a quicktime movie, and display that little movie in a small window. I have figured out how to get rid of the controller from the window. But, I can not figure out how to get the title bar of the quicktime window to go away - that is I want a window with nothing around it, neither controllers nor title bar nor anything. How do I create such a window. Any good ideas out there?
    Or is there a totally different way of obtaining the same effect?
    Thanks.
    G4   Mac OS X (10.4.8)  

    Hi,
    You could try posting at the QuickTime discussion area. There might be an iTunes visualizer that allows you to make a slideshow with track info. It has been a while since I tried making a SMIL file, but I think you could do what you want with that. Not sure how you create a streaming text of track information. I would have to do some reviewing.
    gl,

  • XSL-How to get value of a variable from inside loop-- to the outside loop?

    Pls help
    hi im currently working on this xsl file..
    This works on generating a txt file,my problem right now is
    ' how can i get the value of a variable generated from the inside forloop,
    i have to get the total,sum value of this variables after performing the loop
    ***this is the for loop
    <xsl:for-each select="OutboundPayment">
    <xsl:variable name='id' select='generate-id(OutboundPayment)'/>
    <xsl:sort select="PaymentNumber/CheckNumber" data-type="text" />
    <xsl:variable name='PValue' select='format-number(100*PaymentAmount/Value,"0000000000000")'/>
    <xsl:value-of select='$id'/>
    <xsl:text>D</xsl:text>
    <xsl:value-of select='$DDate'/>
    <xsl:value-of select='$Batch'/>
    <xsl:text>3</xsl:text>
    <xsl:value-of select='format-number(PaymentNumber/PaymentReferenceNumber,"0000000000")'/>
    <xsl:value-of select='format-number(PayeeBankAccount/BankAccountNumber,"0000000000")'/>
    <xsl:value-of select='substring(Payee/Name,1,20)'/>
    <xsl:value-of select='$PValue'/>
    <xsl:variable name='Addend' select='concat($DDate,substring($DAcct,5,5),$Batch)'/>
    <xsl:variable name="LHash">
    <xsl:call-template name="GetHash">
    <xsl:with-param name="A1" select="$PValue" />
    <xsl:with-param name="A2" select="$Addend" />
    </xsl:call-template>
    </xsl:variable>
    <xsl:value-of select="concat('[',$LHash,']')" />
    <!--LHash*i have to get the total amount of this one from the outside loop /---->
    <xsl:call-template name='NewLine'/>
    </xsl:for-each>
    <!--I have to put in here the total value of that LHash/---->
    <!--This is the template on how to get the value of that variable in the inside loop/---->
    <xsl:template name="GetHash">
    <xsl:param name='A1'/>
    <xsl:param name='A2'/>
    <xsl:variable name='TwoSum' select='format-number($A1+$A2,"000000000000000")'/>
    <xsl:variable name='Weight' select='317191314191112'/>
    <xsl:call-template name="WDigit">
    <xsl:with-param name="Cnt" select="15"/>
    <xsl:with-param name="Sum" select="$TwoSum"/>
    <xsl:with-param name="Wgt" select="$Weight"/>
    <xsl:with-param name="Tot" select="0"/>
    </xsl:call-template>
    </xsl:template>
    <xsl:template name='WDigit'>
    <xsl:param name='Cnt'/>
    <xsl:param name='Sum'/>
    <xsl:param name='Wgt'/>
    <xsl:param name='Tot'/>
    <xsl:choose>
    <xsl:when test="$Cnt > 0">
    <xsl:variable name='Multip' select='substring($Wgt,$Cnt,1)'/>
    <xsl:variable name='Factor' select='substring($Sum,$Cnt,1)'/>
    <xsl:variable name='Prduct' select='$Multip$Factor'/>
    <!--xsl:value-of select="concat($Tot,'[',$Cnt,']')"/-->
    <!--xsl:value-of select="concat($Multip,'x',$Factor,'=',$Prduct)"/-->
    <!--xsl:call-template name='NewLine'/-->
    <xsl:call-template name="WDigit">
    <xsl:with-param name="Cnt" select="$Cnt - 1"/>
    <xsl:with-param name="Sum" select="$Sum"/>
    <xsl:with-param name="Wgt" select="$Wgt"/>
    <xsl:with-param name="Tot" select="$Tot+$Prduct"/>
    </xsl:call-template>
    </xsl:when>
    <xsl:otherwise>
    <xsl:variable name="Rem" select="$Tot mod 11"/>
    <xsl:variable name="Chk" select="11 - $Rem"/>
    <xsl:value-of select="format-number(concat($Tot,$Chk),'00000')"/>
    </xsl:otherwise>
    </xsl:choose>
    <xsl:template name='GetTotal'>
    </xsl:template>
    Thanks in advance for those who are willing to help.
    -Leighya

    It would have helped if you had posted your code as CODE but as it is, I could hardly read it. My guess about what you are asking is, if you want a template to return a value, just write that value to the result stream inside the template.
    If that wasn't what you were asking, then please post your code in a readable format.

  • All of my titles, themes and generators seem to be completely missing from Final cut pro x. Do you know how to get them back?

    All of my titles, themes and generators seem to be completely missing from Final cut pro x. Do you know how to get them back?

    Do you mean that when you click the title browser, for example, nothing is there?
    Do you at least see several categories listed in the effects browser?
    First make sure that you have nothing typed into the search box (not even spaces).
    If you still see nothing, try this in order:
    1) Window->Revert to Original Layout
    2) Quit FCP X, delete preferences using Preference Manager (a free download from Digital Rebellion)
    3) Download FCS Remover, and use it to completely remove FCP X. This will NOT delete your content, just the application.
    4) Reinstall FCP X from the Mac App Store: log in with the same Apple ID that you used to buy FCP X, click on "Purchases", locate FCP X and click Install.

  • How to get standard Windows (7) title bars in Visual Studio 2013 Express?

    With the "title bar" background color changing when active vs inactive like all my other Windows.
    Using Win 7 in "Windows Classic" theme.

    Hi sponge_bob_128,
    >>How to get standard Windows (7) title bars in Visual Studio 2013 Express?
    Based on your issue, could you please tell me more detailed message about your issue.
    For example:
    (1)What did you would like to do in the Visual Studio 2013 Express?
    (2) If you want to develop a program like the "title bar" background color changing when active vs inactive from the VS2013 Express.
    Generally, I know that when we set the theme as "Windows Classic" theme on the Windows 7 and then start two VS windows, it will show an active VS window like the following screen shot.
    To further help you solve this issue, please tell me more detailed message for me.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to get rid of the illustration (next to the song's title) on my 160GB?

    Hi a while ago I bought a 160 GB IPOD and it works fine ... There is just one annoying thing : I only use it for playing music and it put as much information as possible on it via iTunes... now when I play my iPod, there is this annoying illustration (a picture of a music note) that takes half of the screen : in many occasions : I can't even read the whole name of the artist...
    I can't find how to get rid of this ...
    Can you help me?
    gr
    Tony

    There's no way to get rid of it. Sorry.

  • How to get currentdatetime in XSL transformation

    Hi all
    How to get current date time in xslt..I tried ora:getCurrentDateTime(), but this is not working.
    Thanks
    Krish

    xp20:current-dateTime()
    Riko

Maybe you are looking for

  • PS CS5 -crash using brush + grass tool

    New Mac running Snow Leopard and CS5. 2560 x 1920 resolution on an Apple Cinema display. As soon as the user selects the brush tool and then the grass tool and starts filling up the screen, it crashes. It crashes every time like this. All updates hav

  • Vendor Rebate

    Dear Friends need your help, we are implementing vendor rebate. Subsequent settlement: time of LIS update :- this control data is having three options like Purchase order / goods receipt / invoice verificatoin. but as per current business requirment

  • SAP HCM P&F : FPM Form List UIBB Table Width...

    Dear All, I am stuck with strange issue. In SAP HCM Process & Forms with FPM Form, when we use UIBB List layout configuration, how can we set the width of the table? During run time,table is displayed from left to right (column A-H) and all other for

  • [CS3] this._root. or this._parent just won't work + retrieving a MC's y position.

    I've got some buttons which when i click them i want them to make a particular MC move downwards. Well the thing is that when i try to reference to that particular MC it just won't happen (yes the MC has an instance name). For the button i tried some

  • Value disappears when performing Update

    Hello. Please advice about the following: I am running Update statement for 2 columns, for one of them I am giving the value by myself: update Table1 f set (f.Value_Field, f.name1) = (select '1', k.name from Table2 k where k.field1=f.field1 and k.fie