<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>AspDotNetStorefront Community | ASP.NET eCommerce Shoppingcart Software - XmlPackages</title>
		<link>http://forums.aspdotnetstorefront.com</link>
		<description />
		<language>en</language>
		<lastBuildDate>Tue, 07 Sep 2010 08:14:53 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.aspdotnetstorefront.com/images/approx/misc/rss.jpg</url>
			<title>AspDotNetStorefront Community | ASP.NET eCommerce Shoppingcart Software - XmlPackages</title>
			<link>http://forums.aspdotnetstorefront.com</link>
		</image>
		<item>
			<title>Test for Multiple Variant in XML Package</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=24788&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 17:49:36 GMT</pubDate>
			<description><![CDATA[Is there a way in an xml package for a category display for it to test if a product has multiple variants, and if so apply * the end of the sku? 
 
I'd like to have my products that have multiple variants to have their sku's marked with a * to indicate there are options which modify the displayed...]]></description>
			<content:encoded><![CDATA[<div>Is there a way in an xml package for a category display for it to test if a product has multiple variants, and if so apply * the end of the sku?<br />
<br />
I'd like to have my products that have multiple variants to have their sku's marked with a * to indicate there are options which modify the displayed sku number, but I don't want the * to actually be part of the sku.<br />
<br />
ML 9013</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>jerm324</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=24788</guid>
		</item>
		<item>
			<title>Typo in page.news.xml.config</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=24537&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 17:23:57 GMT</pubDate>
			<description><![CDATA[The following was in the page.news.xml.config XML package I downloaded: 
 
 
Code: 
--------- 
 
            <xsl:template match="/"> 
                <table width="100%" cellpadding="2" cellspacing="0" border="0"> 
                    <xsl:attribute name="style">style="border-style: solid;...]]></description>
			<content:encoded><![CDATA[<div>The following was in the page.news.xml.config XML package I downloaded:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:template match=&quot;/&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;table width=&quot;100%&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:attribute name=&quot;style&quot;&gt;<font color="Red">style=&quot;</font>border-style: solid; border-width: 0px; border-color: #&lt;xsl:value-of select=&quot;aspdnsf:AppConfig('HeaderBGColor')&quot; /&gt;&lt;/xsl:attribute&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;</code><hr />
</div>The part that's colored red inside the attribute tag needs to be removed.<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>dayhawk</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=24537</guid>
		</item>
		<item>
			<title>Get Category Breadcrumb in google feed</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=24323&amp;goto=newpost</link>
			<pubDate>Wed, 25 Aug 2010 16:14:07 GMT</pubDate>
			<description>I need to provide the category breadcrumb for my google feed. I tried using the sectiontitle property in a custom function, but its only a property of  a (skinbase) page, and i need one for each item in my feed, so there is no page. 
 
Has anyone ever done this?</description>
			<content:encoded><![CDATA[<div>I need to provide the category breadcrumb for my google feed. I tried using the sectiontitle property in a custom function, but its only a property of  a (skinbase) page, and i need one for each item in my feed, so there is no page.<br />
<br />
Has anyone ever done this?</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>chana</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=24323</guid>
		</item>
		<item>
			<title>How to migrate a Topic item to production?</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=24274&amp;goto=newpost</link>
			<pubDate>Tue, 24 Aug 2010 15:57:59 GMT</pubDate>
			<description>Here is my problem: 
 
I created a Topic (say, t-gooddeal) through the admin page in development site.  After it is reviewed and approved I need to migrate the Topic into production site.  I try to avoid directly enter the content into the system through the admin page in production being afraid of...</description>
			<content:encoded><![CDATA[<div>Here is my problem:<br />
<br />
I created a Topic (say, t-gooddeal) through the admin page in development site.  After it is reviewed and approved I need to migrate the Topic into production site.  I try to avoid directly enter the content into the system through the admin page in production being afraid of typos and other human-errors.<br />
<br />
Any there any options for me to do it effectively and accruately? <br />
<br />
Can WSI perform the task?  if yes, any sample code is appreciated.</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>laomao</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=24274</guid>
		</item>
		<item>
			<title>entity.tablecondensed.xml.config</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=24232&amp;goto=newpost</link>
			<pubDate>Mon, 23 Aug 2010 20:00:32 GMT</pubDate>
			<description><![CDATA[How can i add product Price in this XML package. 
entity.tablecondensed.xml.config 
 
 
i tried adding this code 
 
 
Code: 
--------- 
<xsl:value-of select="aspdnsf:GetVariantPrice(VariantID, number(HidePriceUntilCart), Price, SalePrice, ExtendedPrice, Points, $pSalesPromptName, TaxClassID)"...]]></description>
			<content:encoded><![CDATA[<div>How can i add product Price in this XML package.<br />
<font color="Red">entity.tablecondensed.xml.config</font><br />
<br />
<br />
i tried adding this code<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;xsl:value-of select=&quot;aspdnsf:GetVariantPrice(VariantID, number(HidePriceUntilCart), Price, SalePrice, ExtendedPrice, Points, $pSalesPromptName, TaxClassID)&quot; disable-output-escaping=&quot;yes&quot; /&gt;</code><hr />
</div>but it is giving error.<br />
<br />
<br />
any help is appreciated.<br />
<br />
thanks fro you time.</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>harsha.gus</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=24232</guid>
		</item>
		<item>
			<title>Pulling Product Extension Data at Entity Level</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=24171&amp;goto=newpost</link>
			<pubDate>Sun, 22 Aug 2010 05:00:08 GMT</pubDate>
			<description><![CDATA[I would like to display product-level extension data, which are entered as XML, at the category/entity level, using either the entity.tableorderform.xml.config or the entity.tablecondensed[n].xml.config. 
 
I have been using:  
 
Code: 
--------- 
	  <query name="ExtensionData"...]]></description>
			<content:encoded><![CDATA[<div>I would like to display product-level extension data, which are entered as XML, at the category/entity level, using either the entity.tableorderform.xml.config or the entity.tablecondensed[n].xml.config.<br />
<br />
I have been using: <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;query name=&quot;ExtensionData&quot; rowElementName=&quot;Product&quot; retType=&quot;xml&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;sql&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;![CDATA[<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SELECT Product.ProductID,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CONVERT(xml, ExtensionData) ExtData<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FROM Product<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WHERE Product.ProductID = @ProductID<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FOR xml path('Product')<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ]]&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/sql&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;queryparam paramname=&quot;@ProductID&quot; paramtype=&quot;request&quot; requestparamname=&quot;ProductID&quot; sqlDataType=&quot;int&quot; defvalue=&quot;0&quot; validationpattern=&quot;&quot; /&gt;<br />
&nbsp; &nbsp; &lt;/query&gt;</code><hr />
</div>I then realised that the queries and the stored procedures might not have been designed to go that deep.<br />
<br />
Any example would be extremely helpful.<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>dayhawk</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=24171</guid>
		</item>
		<item>
			<title>Modify the Notification.receipt.xml.config</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=24107&amp;goto=newpost</link>
			<pubDate>Thu, 19 Aug 2010 13:10:15 GMT</pubDate>
			<description>Hello,  
I ned some help to modify  the Notification.receipt.xml.config to show diferent footer receipts, and header 
I created in the admin topics ReceiptHeader_1,ReceiptHeader_2,ReceiptHeader_3,ReceiptHeader_4,ReceiptHeader_5, 
Also I created...</description>
			<content:encoded><![CDATA[<div>Hello, <br />
I ned some help to modify  the Notification.receipt.xml.config to show diferent footer receipts, and header<br />
I created in the admin topics ReceiptHeader_1,ReceiptHeader_2,ReceiptHeader_3,Re  ceiptHeader_4,ReceiptHeader_5,<br />
Also I created ReceiptFooter_1,ReceiptFooter_2,ReceiptFooter_3,Re  ceiptFooter_4,ReceiptFooter_5<br />
<br />
I maped them to the receiptHeader, and receiptFooter,and chakmark for the corect store but need corect modification on the Notification.receipt.xml.config<br />
Can somebody provide the exact modification should be on the page,I was playng arround tryng to do it myself but no luck<br />
<br />
<br />
Multistore 9.13 with source code C#</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>flauren12</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=24107</guid>
		</item>
		<item>
			<title>Sku not display</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=24106&amp;goto=newpost</link>
			<pubDate>Thu, 19 Aug 2010 13:00:19 GMT</pubDate>
			<description>SKU is not really displayed on product.simpleproduct.xml.config.Ned Help ASAP</description>
			<content:encoded><![CDATA[<div>SKU is not really displayed on product.simpleproduct.xml.config.Ned Help ASAP</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>flauren12</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=24106</guid>
		</item>
		<item>
			<title>No upsell products available</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=24079&amp;goto=newpost</link>
			<pubDate>Wed, 18 Aug 2010 18:22:26 GMT</pubDate>
			<description><![CDATA[We use the upsells as a parts and accessory link - is there anyway to change the XML to say "nothing is available" if there are no links in the DB?   
 
I see this functionality for the related items and also bought in the tabbedui XML, but I, thus far, can't make this work for upsale.   
 
TIA.]]></description>
			<content:encoded><![CDATA[<div>We use the upsells as a parts and accessory link - is there anyway to change the XML to say &quot;nothing is available&quot; if there are no links in the DB?  <br />
<br />
I see this functionality for the related items and also bought in the tabbedui XML, but I, thus far, can't make this work for upsale.  <br />
<br />
TIA.</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>chuckb_jr</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=24079</guid>
		</item>
		<item>
			<title>AddtoCart issue, upgrading to V9</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=23972&amp;goto=newpost</link>
			<pubDate>Sat, 14 Aug 2010 11:28:03 GMT</pubDate>
			<description>Hello Everyone, 
 
I am going to upgrade version 7.0.2.3 site to version 9. I know it is very complex but to stay with latest technology and some cool features of v9 I decided to do upgrade finally. Also my version 7 code base is heavily customized. I need to take care of that. 
 
 
The Problem is...</description>
			<content:encoded><![CDATA[<div>Hello Everyone,<br />
<br />
I am going to upgrade version 7.0.2.3 site to version 9. I know it is very complex but to stay with latest technology and some cool features of v9 I decided to do upgrade finally. Also my version 7 code base is heavily customized. I need to take care of that.<br />
<br />
<br />
The Problem is :-<br />
<br />
I have one custom function GetAddToCartForm_custom() which is made from GetAddToCartForm() of Version 7. It work fine in version 7.<br />
<br />
When I try this function in Version 9 it does not work. I found it is due to document.AddToCartForm_ProductID_VariantID is undefined.<br />
<br />
Then I get to know that &lt;form runat=&quot;server&quot;&gt; of template.master which will not allow any form in the same page. so my form tag is just removed by asp.net engine.<br />
And I get an error of javascript.<br />
<br />
How can I fix this error ? Please help me i already waste to much time on this. (version 7 custom addtocart function --&gt; version 9 addtocart function).</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>crazyvraj</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=23972</guid>
		</item>
		<item>
			<title>CategoryID for use in Product Page</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=23931&amp;goto=newpost</link>
			<pubDate>Fri, 13 Aug 2010 13:54:31 GMT</pubDate>
			<description><![CDATA[I can not figure out how to get this to work. 
 
PHP: 
--------- 
<queryparam paramname="@categoryid" paramtype="querystring"     requestparamname="categoryid"                            sqlDataType="int" defvalue="0"  validationpattern="" /> 
--------- 
it keeps on returning the defvalue, any idea...]]></description>
			<content:encoded><![CDATA[<div>I can not figure out how to get this to work.<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">C#/VB.NET Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">queryparam&nbsp;paramname</span><span style="color: #007700">=</span><span style="color: #DD0000">"@categoryid"&nbsp;</span><span style="color: #0000BB">paramtype</span><span style="color: #007700">=</span><span style="color: #DD0000">"querystring"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">requestparamname</span><span style="color: #007700">=</span><span style="color: #DD0000">"categoryid"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">sqlDataType</span><span style="color: #007700">=</span><span style="color: #DD0000">"int"&nbsp;</span><span style="color: #0000BB">defvalue</span><span style="color: #007700">=</span><span style="color: #DD0000">"0"&nbsp;&nbsp;</span><span style="color: #0000BB">validationpattern</span><span style="color: #007700">=</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #007700">/&gt;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>it keeps on returning the defvalue, any idea how to get it to pull the current CategoryID on a product page?<br />
<br />
I have seen this in the code so I know you can pull the CategoryID I just don't know how to get the CategoryID for the SQL statement<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">C#/VB.NET Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">xsl</span><span style="color: #007700">:</span><span style="color: #0000BB">param&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"CatID"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">xsl</span><span style="color: #007700">:</span><span style="color: #0000BB">choose</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">xsl</span><span style="color: #007700">:</span><span style="color: #0000BB">when&nbsp;test</span><span style="color: #007700">=</span><span style="color: #DD0000">"count(/root/QueryString/categoryid)&nbsp;&amp;gt;&nbsp;0"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">xsl</span><span style="color: #007700">:</span><span style="color: #0000BB">value</span><span style="color: #007700">-</span><span style="color: #0000BB">of&nbsp;select</span><span style="color: #007700">=</span><span style="color: #DD0000">"/root/QueryString/categoryid"&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">xsl</span><span style="color: #007700">:</span><span style="color: #0000BB">when</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">xsl</span><span style="color: #007700">:</span><span style="color: #0000BB">otherwise</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">0</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">xsl</span><span style="color: #007700">:</span><span style="color: #0000BB">otherwise</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">xsl</span><span style="color: #007700">:</span><span style="color: #0000BB">choose</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">xsl</span><span style="color: #007700">:</span><span style="color: #0000BB">param</span><span style="color: #007700">&gt;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>Edit:<br />
<br />
I have also tried<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">C#/VB.NET Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">queryparam&nbsp;paramname</span><span style="color: #007700">=</span><span style="color: #DD0000">"@categoryid"&nbsp;</span><span style="color: #0000BB">paramtype</span><span style="color: #007700">=</span><span style="color: #DD0000">"runtime"&nbsp;</span><span style="color: #0000BB">requestparamname</span><span style="color: #007700">=</span><span style="color: #DD0000">"CatID"&nbsp;</span><span style="color: #0000BB">sqlDataType</span><span style="color: #007700">=</span><span style="color: #DD0000">"int"&nbsp;</span><span style="color: #0000BB">defvalue</span><span style="color: #007700">=</span><span style="color: #DD0000">"0"&nbsp;</span><span style="color: #0000BB">validationpattern</span><span style="color: #007700">=</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #007700">/&gt;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>With no luck. Any help?</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>e-tradecounter</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=23931</guid>
		</item>
		<item>
			<title>Query Strings In Xmlpackages</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=23879&amp;goto=newpost</link>
			<pubDate>Tue, 10 Aug 2010 18:54:56 GMT</pubDate>
			<description><![CDATA[Sorry if this has been posted somewhere else but I think this knowledge is worth sharing. With the change to ASP.net routing in version 9 XmlPackages lost access to a few query strings. Some new web controls to were added to replace the xmlpackages. I don't like most of these web controls because...]]></description>
			<content:encoded><![CDATA[<div>Sorry if this has been posted somewhere else but I think this knowledge is worth sharing. With the change to ASP.net routing in version 9 XmlPackages lost access to a few query strings. Some new web controls to were added to replace the xmlpackages. I don't like most of these web controls because it makes even more html be compiled so I looked for a better solution. <br />
<br />
It is possible in code to still get the routed query strings however it requires changing the xmlpackage and RoutedRequest classes. The 1st thing to change RouteValueDictionary to public from private in the RoutedRequest class. The 2nd step is a little big bigger and goes into the InitializeSystemData method in xmlpackage class. I put my code under the Querystring params logic but it should be able to be posted anywhere in the method. Here is the code block<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">C#/VB.NET Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//Add&nbsp;Route&nbsp;Querystrings<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">RequestData&nbsp;reqData&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">ExtensionMethods</span><span style="color: #007700">.</span><span style="color: #0000BB">GetRequestData</span><span style="color: #007700">(</span><span style="color: #0000BB">HttpContext</span><span style="color: #007700">.</span><span style="color: #0000BB">Current</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">reqData&nbsp;</span><span style="color: #007700">!=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">reqData</span><span style="color: #007700">.</span><span style="color: #0000BB">routedQueryString&nbsp;</span><span style="color: #007700">!=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Collections</span><span style="color: #007700">.</span><span style="color: #0000BB">Generic</span><span style="color: #007700">.</span><span style="color: #0000BB">IDictionary</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">string</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">object</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">xDict&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Collections</span><span style="color: #007700">.</span><span style="color: #0000BB">Generic</span><span style="color: #007700">.</span><span style="color: #0000BB">IDictionary</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">string</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">object</span><span style="color: #007700">&gt;)</span><span style="color: #0000BB">reqData</span><span style="color: #007700">.</span><span style="color: #0000BB">routedQueryString</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;foreach&nbsp;(</span><span style="color: #0000BB">System</span><span style="color: #007700">.</span><span style="color: #0000BB">Collections</span><span style="color: #007700">.</span><span style="color: #0000BB">Generic</span><span style="color: #007700">.</span><span style="color: #0000BB">KeyValuePair</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">string</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">object</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">kvp&nbsp;in&nbsp;xDict</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!</span><span style="color: #0000BB">kvp</span><span style="color: #007700">.</span><span style="color: #0000BB">Key</span><span style="color: #007700">.</span><span style="color: #0000BB">Contains</span><span style="color: #007700">(</span><span style="color: #DD0000">"SEPart"</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">m_DataDocument</span><span style="color: #007700">.</span><span style="color: #0000BB">SelectSingleNode</span><span style="color: #007700">(</span><span style="color: #DD0000">"//QueryString"</span><span style="color: #007700">).</span><span style="color: #0000BB">AppendChild</span><span style="color: #007700">(</span><span style="color: #0000BB">m_DataDocument</span><span style="color: #007700">.</span><span style="color: #0000BB">CreateNode</span><span style="color: #007700">(</span><span style="color: #0000BB">XmlNodeType</span><span style="color: #007700">.</span><span style="color: #0000BB">Element</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">kvp</span><span style="color: #007700">.</span><span style="color: #0000BB">Key</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">""</span><span style="color: #007700">));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">m_DataDocument</span><span style="color: #007700">.</span><span style="color: #0000BB">SelectSingleNode</span><span style="color: #007700">(</span><span style="color: #DD0000">"/root/QueryString/"&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">kvp</span><span style="color: #007700">.</span><span style="color: #0000BB">Key</span><span style="color: #007700">).</span><span style="color: #0000BB">InnerText&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CommonLogic</span><span style="color: #007700">.</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">kvp</span><span style="color: #007700">.</span><span style="color: #0000BB">Value</span><span style="color: #007700">.</span><span style="color: #0000BB">ToString</span><span style="color: #007700">().</span><span style="color: #0000BB">Trim</span><span style="color: #007700">().</span><span style="color: #0000BB">Equals</span><span style="color: #007700">(</span><span style="color: #0000BB">string</span><span style="color: #007700">.Empty),&nbsp;</span><span style="color: #DD0000">""</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">kvp</span><span style="color: #007700">.</span><span style="color: #0000BB">Value</span><span style="color: #007700">.</span><span style="color: #0000BB">ToString</span><span style="color: #007700">());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>After a those changes and a compile routed query strings showed QueryString xml. Allowing older xmlpackages to work like they did in version 8. I want to note that you don't have to have the logic check for SEPart. With how many SEPart there could be at a given time it seemed like unnecessary bloat to add to the xml.<br />
<br />
Hope this helps.</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>mmcgeachy</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=23879</guid>
		</item>
		<item>
			<title>Data at the root level is invalid</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=23875&amp;goto=newpost</link>
			<pubDate>Tue, 10 Aug 2010 12:17:07 GMT</pubDate>
			<description>I tried to upload a new xml feed for adding products but on this occasion I get the error message: 
 
Error on Node: : Data at the root level is invalid. Line 1, position 1 
 
I follow the same process every time and this is the first occasion this has happened. I checked the excel file with...</description>
			<content:encoded><![CDATA[<div>I tried to upload a new xml feed for adding products but on this occasion I get the error message:<br />
<br />
Error on Node: : Data at the root level is invalid. Line 1, position 1<br />
<br />
I follow the same process every time and this is the first occasion this has happened. I checked the excel file with previous and there doesn't appear to be any significant difference apart from the names and prices of products.</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>h0lly</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=23875</guid>
		</item>
		<item>
			<title>OrderDump for Multiple Ship To Addresses</title>
			<link>http://forums.aspdotnetstorefront.com/showthread.php?t=23866&amp;goto=newpost</link>
			<pubDate>Mon, 09 Aug 2010 17:53:56 GMT</pubDate>
			<description><![CDATA[Can someone please help out a new comer to xslt? 
I need to do an order dump for orders with multiple ship to addresses but can't seem to get the shipping address information for each Order Item. 
Basically I need it like this: 
 
<Order> 
... 
   <ShipToAddress> 
      ... 
        ...]]></description>
			<content:encoded><![CDATA[<div>Can someone please help out a new comer to xslt?<br />
I need to do an order dump for orders with multiple ship to addresses but can't seem to get the shipping address information for each Order Item.<br />
Basically I need it like this:<br />
<br />
&lt;Order&gt;<br />
...<br />
   &lt;ShipToAddress&gt;<br />
      ...<br />
         &lt;OrderItemDetail&gt;<br />
         ...<br />
         &lt;/OrderItemDetail&gt;<br />
    &lt;/ShipToAddress&gt;<br />
...<br />
&lt;/Order&gt;<br />
<br />
Please Help!</div>

]]></content:encoded>
			<category domain="http://forums.aspdotnetstorefront.com/forumdisplay.php?f=17">XmlPackages</category>
			<dc:creator>sduffy77</dc:creator>
			<guid isPermaLink="true">http://forums.aspdotnetstorefront.com/showthread.php?t=23866</guid>
		</item>
	</channel>
</rss>
