<?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>topic Re: XSL Include in WCM Template, incorrect FileNotFoundException in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151728#M106447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Arnoud!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for looking into this….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there any other way i can include an external xml file in my xsl?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i've tried the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is my xsl:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no" ?&amp;gt;&lt;BR /&gt;&amp;lt;xsl:stylesheet xmlns:xsl="&lt;A href="http://www.w3.org/1999/XSL/Transform" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/1999/XSL/Transform&lt;/A&gt;"&amp;nbsp; xmlns:sample="&lt;A href="http://sample.org" rel="nofollow noopener noreferrer"&gt;http://sample.org&lt;/A&gt;" xmlns:my_ns="&lt;A href="http://www.alfresco.org/alfresco/my_ns" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/alfresco/my_ns&lt;/A&gt;" exclude-result-prefixes="xsl sample fn" xmlns:fn="&lt;A href="http://www.w3.org/2005/02/xpath-functions" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2005/02/xpath-functions&lt;/A&gt;"&amp;nbsp; version="1.0"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;xsl:output method="xml" indent="yes"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;xsl:template match="/Home/properties"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:apply-templates select="document('properties.xml')/Home/properties/property[name='country']/value"/&amp;gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&amp;lt;/xsl:template&amp;gt;&lt;BR /&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is my simple xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;?xml-stylesheet type="text/xsl" href="properties2.xsl"?&amp;gt;&lt;BR /&gt;&amp;lt;Home&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;name&amp;gt;language&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;value&amp;gt;en&amp;lt;/value&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;name&amp;gt;country&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;value&amp;gt;US&amp;lt;/value&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/Home&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm trying to retrieve a value for a key…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;outside alfresco, i get this answer: US, which is right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but i don't know how to implement it in alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;do i have to correct the relative path/should there be another namespace? /is there any other alternative?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in any case, please do send me a complete solution! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanku very very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rox&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 12:25:48 GMT</pubDate>
    <dc:creator>roxanne</dc:creator>
    <dc:date>2008-10-03T12:25:48Z</dc:date>
    <item>
      <title>XSL Include in WCM Template, incorrect FileNotFoundException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151723#M106442</link>
      <description>Hello,I am working on a project and we are using Alfresco Enterprise 2.2.0 with Alfresco WCM 2.2.0. Currently I am trying to get my WebForm XSLT renditions to render and run into trouble when I try to use xsl:includes.Currently I am totally lost on why and how the xsl:include is failing. I updated t</description>
      <pubDate>Fri, 01 Aug 2008 07:38:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151723#M106442</guid>
      <dc:creator>cgarnoud</dc:creator>
      <dc:date>2008-08-01T07:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: XSL Include in WCM Template, incorrect FileNotFoundException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151724#M106443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you push the included schema file into the staging site and do you have the virtualization server running?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both of these are necessary for included schema to be picked up…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 14:06:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151724#M106443</guid>
      <dc:creator>howejr77</dc:creator>
      <dc:date>2008-08-01T14:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: XSL Include in WCM Template, incorrect FileNotFoundException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151725#M106444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the virtualization server is running.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Loading the xsl manually from the url mentioned by the debug logging actually works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The xsl is also on the staging server, although in the future might be in an other version. That should not give a java.io.FileNotFoundException, but only some XSL errors at most.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for looking into my thread.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 14:19:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151725#M106444</guid>
      <dc:creator>cgarnoud</dc:creator>
      <dc:date>2008-08-01T14:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: XSL Include in WCM Template, incorrect FileNotFoundException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151726#M106445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;while trying to include another xsl using include,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i get this error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;unable to resolve href&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please let me know a solution&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:04:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151726#M106445</guid>
      <dc:creator>roxanne</dc:creator>
      <dc:date>2008-10-03T10:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: XSL Include in WCM Template, incorrect FileNotFoundException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151727#M106446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Roxanne,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We worked around the problem by having our Ant scripts resolve the imports before deploying them into Alfresco. This however does not solve the actual problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-r-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:51:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151727#M106446</guid>
      <dc:creator>cgarnoud</dc:creator>
      <dc:date>2008-10-03T10:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: XSL Include in WCM Template, incorrect FileNotFoundException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151728#M106447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Arnoud!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for looking into this….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there any other way i can include an external xml file in my xsl?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i've tried the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is my xsl:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no" ?&amp;gt;&lt;BR /&gt;&amp;lt;xsl:stylesheet xmlns:xsl="&lt;A href="http://www.w3.org/1999/XSL/Transform" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/1999/XSL/Transform&lt;/A&gt;"&amp;nbsp; xmlns:sample="&lt;A href="http://sample.org" rel="nofollow noopener noreferrer"&gt;http://sample.org&lt;/A&gt;" xmlns:my_ns="&lt;A href="http://www.alfresco.org/alfresco/my_ns" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/alfresco/my_ns&lt;/A&gt;" exclude-result-prefixes="xsl sample fn" xmlns:fn="&lt;A href="http://www.w3.org/2005/02/xpath-functions" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2005/02/xpath-functions&lt;/A&gt;"&amp;nbsp; version="1.0"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;xsl:output method="xml" indent="yes"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;xsl:template match="/Home/properties"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:apply-templates select="document('properties.xml')/Home/properties/property[name='country']/value"/&amp;gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&amp;lt;/xsl:template&amp;gt;&lt;BR /&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is my simple xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;?xml-stylesheet type="text/xsl" href="properties2.xsl"?&amp;gt;&lt;BR /&gt;&amp;lt;Home&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;name&amp;gt;language&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;value&amp;gt;en&amp;lt;/value&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;name&amp;gt;country&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;value&amp;gt;US&amp;lt;/value&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/Home&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm trying to retrieve a value for a key…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;outside alfresco, i get this answer: US, which is right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but i don't know how to implement it in alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;do i have to correct the relative path/should there be another namespace? /is there any other alternative?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in any case, please do send me a complete solution! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanku very very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rox&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 12:25:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151728#M106447</guid>
      <dc:creator>roxanne</dc:creator>
      <dc:date>2008-10-03T12:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: XSL Include in WCM Template, incorrect FileNotFoundException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151729#M106448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;any resolution to this?&amp;nbsp; I am also trying to include an XML document (web script) in my rend template.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 02:08:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xsl-include-in-wcm-template-incorrect-filenotfoundexception/m-p/151729#M106448</guid>
      <dc:creator>dman776</dc:creator>
      <dc:date>2010-05-31T02:08:30Z</dc:date>
    </item>
  </channel>
</rss>

