<?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 ASP.Net child page with XSLT in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/asp-net-child-page-with-xslt/m-p/164182#M117941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to generate an ASP.net child page with a Web Form content type. Here are the issues I'm having:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;1. The Page directive has no namespace or closing tag, and is therefore "malformed". When I place it in a CDATA, the angle brackets are converted to &amp;amp;lt;/&amp;amp;gt;.&lt;BR /&gt;2. The name spaces are being inserted into each of the "asp:Content" (content placeholder) tags.&lt;/UL&gt;&lt;SPAN&gt;Here is the generated .aspx file's contents:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;amp;lt;%@ Page Language="C#" MasterPageFile="~/master/pages/sub.master" Title="" %&amp;amp;gt;&lt;BR /&gt; &lt;BR /&gt;&amp;lt;asp:Content xmlns:asp="&lt;A href="http://www.microsoft.com/" rel="nofollow noopener noreferrer"&gt;http://www.microsoft.com/&lt;/A&gt;" xmlns:xhtml="&lt;A href="http://www.w3.org/1999/xhtml" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;" xmlns:ktbu="&lt;A href="http://ktbu/" rel="nofollow noopener noreferrer"&gt;http://ktbu/&lt;/A&gt;" 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;" Runat="Server" ID="cLeftNav" ContentPlaceHolderID="cphLeftNav"&amp;gt;&lt;BR /&gt;&amp;lt;asp:Xml runat="server" TransformSource="/master/form/secondary-nav.xsl" ID="xmlSecondaryNav" DocumentSource="/test-nav.xml"/&amp;gt;&lt;BR /&gt;&amp;lt;/asp:Content&amp;gt;&lt;BR /&gt;&amp;lt;asp:Content xmlns:asp="&lt;A href="http://www.microsoft.com/" rel="nofollow noopener noreferrer"&gt;http://www.microsoft.com/&lt;/A&gt;" xmlns:xhtml="&lt;A href="http://www.w3.org/1999/xhtml" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;" xmlns:ktbu="&lt;A href="http://ktbu/" rel="nofollow noopener noreferrer"&gt;http://ktbu/&lt;/A&gt;" 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;" Runat="Server" ID="cAdsLeft" ContentPlaceHolderID="cphAdsLeft"&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;test title&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;/asp:Content&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;/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;The ideal solution would be to control this from the XSL. If that's not possible, I'd like to be able to parse the XSL output before the aspx file is generated. This technique is shown here: &lt;/SPAN&gt;&lt;A href="http://www.codeproject.com/KB/XML/xmlxsltransformer.aspx" rel="nofollow noopener noreferrer"&gt;http://www.codeproject.com/KB/XML/xmlxsltransformer.aspx&lt;/A&gt;&lt;SPAN&gt; (look for the "get transformed results" comment).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to anyone that can help! - Stephen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 23:08:21 GMT</pubDate>
    <dc:creator>stephenr85</dc:creator>
    <dc:date>2008-04-03T23:08:21Z</dc:date>
    <item>
      <title>ASP.Net child page with XSLT</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asp-net-child-page-with-xslt/m-p/164182#M117941</link>
      <description>I am trying to generate an ASP.net child page with a Web Form content type. Here are the issues I'm having:1. The Page directive has no namespace or closing tag, and is therefore "malformed". When I place it in a CDATA, the angle brackets are converted to &amp;amp;lt;/&amp;amp;gt;.2. The name spaces are bei</description>
      <pubDate>Thu, 03 Apr 2008 23:08:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asp-net-child-page-with-xslt/m-p/164182#M117941</guid>
      <dc:creator>stephenr85</dc:creator>
      <dc:date>2008-04-03T23:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: ASP.Net child page with XSLT</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asp-net-child-page-with-xslt/m-p/164183#M117942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like you are trying to author ASP.NET pages using Alfresco WCM Forms.&amp;nbsp; I am really curious why you are trying to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Typically, you use Alfresco WCM to author XML documents (content), which are then read by ASP.NET pages using XML techniques.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This allows you to separate content (XML) from presentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if I am misunderstanding something here - just want to validate that you understand the recommended way and "breaking the rules" for a reason.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 17:16:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asp-net-child-page-with-xslt/m-p/164183#M117942</guid>
      <dc:creator>jbarmash</dc:creator>
      <dc:date>2008-04-06T17:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASP.Net child page with XSLT</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asp-net-child-page-with-xslt/m-p/164184#M117943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Exciting that you are using Alfresco for creating and managing your .NET site … love this!&amp;nbsp; (and you should look at 2.2E … we added a new test server capability so that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;your users and reviewers can "check-out" a remote server, sync via deployment, and than do an in-context preview - which was designed in part to support people using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;us for a .NET site, because the Virtualization Server necessarily only works for static websites and Java-based websites).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you file a support case on this?&amp;nbsp; If there's a bug, I'd like to get to the bottom of it and resolve.&amp;nbsp; We need more people using us for websites running different site&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;architectures!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:52:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asp-net-child-page-with-xslt/m-p/164184#M117943</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2008-04-22T08:52:51Z</dc:date>
    </item>
  </channel>
</rss>

