<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Current date in xslt mapping in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012017#M1566697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great... U r a good example of an SDN member who not just learns but shares as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2008 10:17:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-10T10:17:13Z</dc:date>
    <item>
      <title>Current date in xslt mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaq-p/4012011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to get the current date in my xslt mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used the following xslt coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:date="http://exslt.org/dates-and-times" extension-element-prefixes="date"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:template match="/"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:variable name="now" select="current-date()"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:template&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In stylus studio everything is OK and i retrieve the current date.&lt;/P&gt;&lt;P&gt;When i import the xslt in the mapping tool and test the mapping i get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;javax.xml.transform.TransformerException: com.sap.engine.lib.xml.util.NestedException: Function with name 'current-date' not found in context library. at com.sap.engine.lib.jaxp.TransformerImpl.transform(TransformerImpl.java:251) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While directly using the current date functionality within the message mapping everything is OK too.&lt;/P&gt;&lt;P&gt;Does anyone know which date-functionality is used within the message mapping within the Integration Builder and/or wich mapping to be used in xslt for a working scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 12:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaq-p/4012011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T12:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Current date in xslt mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012012#M1566692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;xsl:template name="currentTime" 
              xmlns:date="java:java.util.Date"&amp;gt;
  &amp;lt;xsl:value-of select="date:new()"/&amp;gt;
&amp;lt;/xsl:template&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this document&lt;/P&gt;&lt;P&gt;&lt;A href="http://cafeconleche.org/books/xmljava/chapters/ch17s03.html" target="test_blank"&gt;http://cafeconleche.org/books/xmljava/chapters/ch17s03.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link is also having the same problem please check&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="839093"&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward points&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 12:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012012#M1566692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T12:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Current date in xslt mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012013#M1566693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;xsl:stylesheet&lt;/P&gt;&lt;P&gt;                  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&lt;/P&gt;&lt;P&gt;                  version="2.0"&amp;gt; &lt;/P&gt;&lt;P&gt;            &amp;lt;xsl:output  method="xml"&lt;/P&gt;&lt;P&gt;                        indent="yes"&lt;/P&gt;&lt;P&gt;                        omit-xml-declaration="yes"/&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;xsl:template  match="/aaa"&amp;gt; &lt;/P&gt;&lt;P&gt;                  &amp;lt;xxx&amp;gt; &lt;/P&gt;&lt;P&gt;                        &amp;lt;xsl:value-of  select="current-dateTime()"/&amp;gt; &lt;/P&gt;&lt;P&gt;                  &amp;lt;/xxx&amp;gt; &lt;/P&gt;&lt;P&gt;                  &amp;lt;yyy&amp;gt; &lt;/P&gt;&lt;P&gt;                        &amp;lt;xsl:value-of  select="current-date()"/&amp;gt; &lt;/P&gt;&lt;P&gt;                  &amp;lt;/yyy&amp;gt; &lt;/P&gt;&lt;P&gt;                  &amp;lt;zzz&amp;gt; &lt;/P&gt;&lt;P&gt;                        &amp;lt;xsl:value-of  select="current-time()"/&amp;gt; &lt;/P&gt;&lt;P&gt;                  &amp;lt;/zzz&amp;gt; &lt;/P&gt;&lt;P&gt;            &amp;lt;/xsl:template&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/xsl:stylesheet&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 12:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012013#M1566693</guid>
      <dc:creator>GabrielSagaya</dc:creator>
      <dc:date>2008-06-09T12:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Current date in xslt mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012014#M1566694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using an EXSLT function, the XSLT processor in XI is not supporting the functionality of date-time.&lt;/P&gt;&lt;P&gt;The other way of doing it is, if you are using XSLT 1.0 (which is the case with you) you will have to use a java extension. Else if you are using XSLT 2.0 then you can use the current-date() function available in the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 12:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012014#M1566694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T12:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Current date in xslt mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012015#M1566695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this date:date-time()&lt;/P&gt;&lt;P&gt;also have a look at this &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.w3.org/TR/xpath-functions/#func-current-dateTime" target="test_blank"&gt;http://www.w3.org/TR/xpath-functions/#func-current-dateTime&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(or)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better write the Java UDF and call it in the XSLT...Its even better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 13:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012015#M1566695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T13:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Current date in xslt mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012016#M1566696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thnx, these anwers where very helpfull for me to solve this problem.&lt;/P&gt;&lt;P&gt;I've awarded points for all your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For anyone interested later on, I needed the date in my XSLT mapping in the following format ddMMMyy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finnally I used the following xslt to achieve this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&amp;lt;xsl:template name="currentDate" xmlns:cal="java:java.util.GregorianCalendar"&amp;gt;&lt;/P&gt;&lt;P&gt;		&amp;lt;xsl:variable name="now" select="cal:getInstance()" /&amp;gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;		&amp;lt;xsl:variable name="day" select="cal:get($now, 5)" /&amp;gt;&lt;/P&gt;&lt;P&gt;		&amp;lt;xsl:variable name="month" select="cal:get($now, 2) + 1" /&amp;gt;&lt;/P&gt;&lt;P&gt;		&amp;lt;xsl:variable name="year" select="substring(string(cal:get($now, 1)), 3, 2)" /&amp;gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;		&amp;lt;xsl:variable name="month"&amp;gt;&lt;/P&gt;&lt;P&gt;			&amp;lt;xsl:choose&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=1"&amp;gt;Jan&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=2"&amp;gt;Feb&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=3"&amp;gt;Mar&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=4"&amp;gt;Apr&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=5"&amp;gt;May&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=6"&amp;gt;Jun&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=7"&amp;gt;Jul&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=8"&amp;gt;Aug&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=9"&amp;gt;Sep&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=10"&amp;gt;Oct&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=11"&amp;gt;Nov&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:when test="$month=12"&amp;gt;Dec&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:otherwise&amp;gt;INVALID MONTH&amp;lt;/xsl:otherwise&amp;gt;&lt;/P&gt;&lt;P&gt;			&amp;lt;/xsl:choose&amp;gt;&lt;/P&gt;&lt;P&gt;		&amp;lt;/xsl:variable&amp;gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;		&amp;lt;xsl:choose&amp;gt;&lt;/P&gt;&lt;P&gt;			&amp;lt;xsl:when test="$day &amp;amp;lt; 10"&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:value-of select="concat(concat(concat('0',$day), $month), $year)"/&amp;gt;&lt;/P&gt;&lt;P&gt;			&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;			&amp;lt;xsl:otherwise&amp;gt;&lt;/P&gt;&lt;P&gt;				&amp;lt;xsl:value-of select="concat(concat($day, $month), $year)"/&amp;gt;&lt;/P&gt;&lt;P&gt;			&amp;lt;/xsl:otherwise&amp;gt;&lt;/P&gt;&lt;P&gt;		&amp;lt;/xsl:choose&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&amp;lt;/xsl:template&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 08:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012016#M1566696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T08:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Current date in xslt mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012017#M1566697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great... U r a good example of an SDN member who not just learns but shares as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 10:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012017#M1566697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T10:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Current date in xslt mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012018#M1566698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the code that you have given above. But I'm getting an 'Invalid Xpath Expression" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:cal="java:java.util.GregorianCalendar"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:output method="xml"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:template name="currentDate" xmlns:cal="java:java.util.GregorianCalendar"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:variable name="now" select="cal:getInstance()"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:variable name="day" select="cal:get($now, 5)"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:variable name="month" select="cal:get($now, 2)"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:variable name="year" select="substring(string(cal:get($now, 1)), 3, 2)"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:template&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:choose&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:when test="boolean(//*local-name() = 'IRenvelope'/node()) and boolean($year = 2009) and boolean($month &amp;amp;gt; 11) and boolean($day &amp;amp;gt; 05))"&amp;gt;&lt;/P&gt;&lt;P&gt;................&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;...........&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:choose&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Body&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how I can get around this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Aditi Naik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 08:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012018#M1566698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T08:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Current date in xslt mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012019#M1566699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the code that you have given above. But I'm getting an 'Invalid Xpath Expression" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:cal="java:java.util.GregorianCalendar"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:output method="xml"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:template name="currentDate" xmlns:cal="java:java.util.GregorianCalendar"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:variable name="now" select="cal:getInstance()"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:variable name="day" select="cal:get($now, 5)"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:variable name="month" select="cal:get($now, 2)"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:variable name="year" select="substring(string(cal:get($now, 1)), 3, 2)"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:template&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:choose&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:when test="boolean(//*local-name() = 'IRenvelope'/node()) and boolean($year = 2009) and boolean($month &amp;amp;gt; 11) and boolean($day &amp;amp;gt; 05))"&amp;gt;&lt;/P&gt;&lt;P&gt;................&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:when&amp;gt;&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;...........&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:choose&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Body&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how I can get around this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Aditi Naik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 08:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/current-date-in-xslt-mapping/qaa-p/4012019#M1566699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T08:03:18Z</dc:date>
    </item>
  </channel>
</rss>

