<?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: HTML in a Web Form in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/html-in-a-web-form/m-p/222149#M175279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello All&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am Mathew currently I am working on project of Asp.net And I want to use some HTML tag in my website but iam not aware of HTML so please give some instruction.I want to use HTML for attractive web page,give me some pdf file link which i can download it..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2009 06:40:22 GMT</pubDate>
    <dc:creator>mathew</dc:creator>
    <dc:date>2009-11-04T06:40:22Z</dc:date>
    <item>
      <title>HTML in a Web Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/html-in-a-web-form/m-p/222147#M175277</link>
      <description>Hi there,I have a web form with one element, xs:string, that can be populated with either text or HTML.&amp;nbsp; My rendering template takes the info in this element and wraps it in an XML node for integration with a web app.&amp;nbsp; I'm noticing that upon save, Alfresco surrounds the text with &amp;lt;p&amp;gt;…&amp;lt;/p&amp;gt;</description>
      <pubDate>Thu, 22 Oct 2009 14:20:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/html-in-a-web-form/m-p/222147#M175277</guid>
      <dc:creator>kramoutar</dc:creator>
      <dc:date>2009-10-22T14:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: HTML in a Web Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/html-in-a-web-form/m-p/222148#M175278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to use a CDATA element to parse any html properly in your XML rendition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your XSLT snippet was something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;xsl:element name="dummy-element"&amp;gt;&lt;BR /&gt;&amp;lt;xsl:value-of disable-output-escaping="yes" select="." /&amp;gt;&lt;BR /&gt;&amp;lt;/xsl:element&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;/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;SPAN&gt;Then at the top of your XSL, to ensure the "dummy-element" element is surrounded by CDATA tags you would have something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp; &amp;lt;xsl:output method="xml" version="1.0"&amp;nbsp;&amp;nbsp; encoding="UTF-8" indent="yes" media-type="text/html" cdata-section-elements="dummy-element"/&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;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 19:45:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/html-in-a-web-form/m-p/222148#M175278</guid>
      <dc:creator>scottf</dc:creator>
      <dc:date>2009-11-03T19:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTML in a Web Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/html-in-a-web-form/m-p/222149#M175279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello All&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am Mathew currently I am working on project of Asp.net And I want to use some HTML tag in my website but iam not aware of HTML so please give some instruction.I want to use HTML for attractive web page,give me some pdf file link which i can download it..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 06:40:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/html-in-a-web-form/m-p/222149#M175279</guid>
      <dc:creator>mathew</dc:creator>
      <dc:date>2009-11-04T06:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: HTML in a Web Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/html-in-a-web-form/m-p/222150#M175280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks ScottF; I will try that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 17:18:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/html-in-a-web-form/m-p/222150#M175280</guid>
      <dc:creator>kramoutar</dc:creator>
      <dc:date>2009-11-09T17:18:49Z</dc:date>
    </item>
  </channel>
</rss>

