<?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: Problem with the path in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243608#M196738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much for your help. I appreciate it a lot in this forum because the forum is not used much. I tried to achieve the project through different such as, to use freemarker and surf platform. However, my boss changed his mind and we started doing the project with liferay. Even though the wiki at alfresco is great, the community doesn't help a lot. That's the problem with alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks anyway.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2009 19:23:41 GMT</pubDate>
    <dc:creator>bribon</dc:creator>
    <dc:date>2009-07-10T19:23:41Z</dc:date>
    <item>
      <title>Problem with the path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243604#M196734</link>
      <description>Hi,I have two schemas, I'm trying to include one inside the another one. However, I have a problem with the path:This application.xsd, and includes types.xsd:&amp;lt;xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"&amp;gt;&amp;lt;xs:include schemaLocation="webscript://types.x</description>
      <pubDate>Wed, 24 Jun 2009 19:29:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243604#M196734</guid>
      <dc:creator>bribon</dc:creator>
      <dc:date>2009-06-24T19:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243605#M196735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you need to add the new return type i.e. xsd in your web-scripts-application-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="webscripts.cmis.formats" parent="webscripts.formatmap"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="formats"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;props&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="cmisquery"&amp;gt;application/cmisquery+xml&amp;lt;/prop&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="cmisallowableactions"&amp;gt;application/cmisallowableactions+xml&amp;lt;/prop&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="html"&amp;gt;text/html&amp;lt;/prop&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="text"&amp;gt;text/plain&amp;lt;/prop&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="xml"&amp;gt;text/xml&amp;lt;/prop&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="xsd"&amp;gt;text/xml&amp;lt;/prop&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="xslt"&amp;gt;text/xml&amp;lt;/prop&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/props&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also your webscript should have types.get.xsd.ftl containing the xsd definition… i assume your webscript name is types.xsd&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have already done that then let me know which version you are facing this problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 17:39:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243605#M196735</guid>
      <dc:creator>kmehta31</dc:creator>
      <dc:date>2009-06-25T17:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243606#M196736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for you answer, but I'm trying different ways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to build my webforms with different fragments, so I want to include different xslts and htmls files in one webform. I already got to include types.xsd from the external file. However, my problem is different right know. I come straight to the point:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried to include the files with &amp;lt;xsl:include href="", but I haven't got anything:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I tried from a external file as: &amp;lt;xsl:include href="&lt;/SPAN&gt;&lt;A href="http://www.mysite.com/components/header.xslt" rel="nofollow noopener noreferrer"&gt;www.mysite.com/components/header.xslt&lt;/A&gt;&lt;SPAN&gt;". I tried to include the same way a schema file in schema file, as &amp;lt;xs:include schemaLocation="&lt;/SPAN&gt;&lt;A href="http://www.mysite.com/types/types.xsd" rel="nofollow noopener noreferrer"&gt;www.mysite.com/types/types.xsd&lt;/A&gt;&lt;SPAN&gt;". It worked&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I tried from my sandbox and staging sandbox as: &amp;lt;xsl:include href="/ROOT/components/header.xslt".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; I tried from my sandbox and staging sandbox as: &amp;lt;xsl:include href="/components/header.xslt".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. I tried to include the file in the same webform, add content, as: &amp;lt;xsl:include href="header.xslt".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Every time I got this error: unable to resolve href &lt;/SPAN&gt;&lt;A href="http://www.mysite.com/components/header.xslt" rel="nofollow noopener noreferrer"&gt;http://www.mysite.com/components/header.xslt&lt;/A&gt;&lt;SPAN&gt; or /ROOT/components/header.xslt or /components/header.xslt or &lt;/SPAN&gt;&lt;A href="http://mysite:8080/alfresco/d/d/avm/NYU/-1;www;avm_webapps;ROOT;components;header.html/header.xslt" rel="nofollow noopener noreferrer"&gt;http://mysite:8080/alfresco/d/d/avm/NYU/-1;www;avm_webapps;ROOT;components;header.html/header.xslt&lt;/A&gt;&lt;SPAN&gt;. Error log always says the same&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know what else I can do. I've also checked old post which other users have the same problem…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, help me out, It's very important to work on my project. I will also appreciate different ways to achieve my goal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 20:58:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243606#M196736</guid>
      <dc:creator>bribon</dc:creator>
      <dc:date>2009-07-01T20:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243607#M196737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;xsl:include is working fine on Alfresco 3.1 and 3.1 SP1. I have tested it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However there is problem in Alfresco 3.0 Sp1. So thats reason I asked for which version of Alfresco you are using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have already opened ticket with support for 3.0 and its almost 3 weeks no updates on that ticket.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just also ensure you have added following entry in web-scripts-application-context.xml, if you are working on 3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;prop key="xslt"&amp;gt;text/xml&amp;lt;/prop&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. we are using following to include global xslt definitions in the xslt that we associate to web form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;xsl:include href="/common_templates/CRCnetBASE_common_templates_ser.xsl" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/common_templates/ - is the directory under ROOT of your web project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also include xsl in your web form directory under your Alfresco data dictionary as follows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;xsl:include href="CRCnetBASE_common_templates_ser.xsl" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And third way is through web script which i guess you are trying. All of these works on 3.1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 21:09:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243607#M196737</guid>
      <dc:creator>kmehta31</dc:creator>
      <dc:date>2009-07-07T21:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243608#M196738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much for your help. I appreciate it a lot in this forum because the forum is not used much. I tried to achieve the project through different such as, to use freemarker and surf platform. However, my boss changed his mind and we started doing the project with liferay. Even though the wiki at alfresco is great, the community doesn't help a lot. That's the problem with alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks anyway.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 19:23:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-the-path/m-p/243608#M196738</guid>
      <dc:creator>bribon</dc:creator>
      <dc:date>2009-07-10T19:23:41Z</dc:date>
    </item>
  </channel>
</rss>

