<?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: how to map the image in html file in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158834#M112906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you all for for your valuable reply , my problem is solved thanks both of u &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2008 08:49:35 GMT</pubDate>
    <dc:creator>amitbhardwaj</dc:creator>
    <dc:date>2008-07-15T08:49:35Z</dc:date>
    <item>
      <title>how to map the image in html file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158830#M112902</link>
      <description>hi friends I am new to alfresco and i am facing some difficulty in it that is.I have used xsd and xsl to create a webform. I have captured data using the web form, which gave me an HTML and an xml output. While capturing data in the webform i selected the&amp;nbsp; image which is in root ,and click next ever</description>
      <pubDate>Mon, 14 Jul 2008 14:54:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158830#M112902</guid>
      <dc:creator>amitbhardwaj</dc:creator>
      <dc:date>2008-07-14T14:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to map the image in html file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158831#M112903</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;SPAN&gt;I'm not sure, but my first idea was that &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;xsl:value-of select="concat($alf:request_context_path,./container/header_image)"/&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; should be &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;xsl:value-of select="concat($alf:request_context_path,'./container/header_image')"/&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;STRONG&gt;./container/header_image&lt;/STRONG&gt;&lt;SPAN&gt; needs some ''.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 19:49:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158831#M112903</guid>
      <dc:creator>jpfi</dc:creator>
      <dc:date>2008-07-14T19:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to map the image in html file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158832#M112904</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;SPAN&gt;thanks for your reply , &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; but problem is not solved&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 04:00:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158832#M112904</guid>
      <dc:creator>amitbhardwaj</dc:creator>
      <dc:date>2008-07-15T04:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to map the image in html file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158833#M112905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Initial thinking… there isn't a reference to the image attribute in your XSLT. I.e. a line that says "/nf:Template1/nf:Image". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming the line should be something along the lines of &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;xsl:value-of select="concat($alf:request_context_path,./nf:Template1/nf:Image)"/&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 05:15:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158833#M112905</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2008-07-15T05:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to map the image in html file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158834#M112906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you all for for your valuable reply , my problem is solved thanks both of u &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 08:49:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-map-the-image-in-html-file/m-p/158834#M112906</guid>
      <dc:creator>amitbhardwaj</dc:creator>
      <dc:date>2008-07-15T08:49:35Z</dc:date>
    </item>
  </channel>
</rss>

