<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint @ Big Scholar &#187; InfoPath</title>
	<atom:link href="http://www.bigscholar.com/category/infopath/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigscholar.com</link>
	<description>Developing, Configuring and Designing in SharePoint</description>
	<lastBuildDate>Thu, 05 Jan 2012 23:19:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Editing InfoPath 2010 xml with C#</title>
		<link>http://www.bigscholar.com/2011/07/28/editing-infopath-2010-xml-with-c/</link>
		<comments>http://www.bigscholar.com/2011/07/28/editing-infopath-2010-xml-with-c/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 02:40:18 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[InfoPath 2010]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.bigscholar.com/?p=204</guid>
		<description><![CDATA[Here's a code snippet to edit nodes in an existing InfoPath 2010 Xml document from a selected Form Library in SharePoint 2010:  SPWeb mySite = SPContext.Current.Web;  SPList oList = mySite.Lists["FormLibraryName"];  SPQuery oQuery = new SPQuery();  oQuery.Query = "&#60;Where&#62;&#60;Eq&#62;&#60;FieldRef Name='FileLeafRef'/&#62;&#60;Value Type='Text'&#62;TargetFile.xml&#60;/Value&#62;&#60;/Eq&#62;&#60;/Where&#62;";  SPListItemCollection listItems = oList.GetItems(oQuery);  if (listItems.Count &#62; 0)  {   SPListItem item = listItems[0];   MemoryStream oMemoryStream [...]]]></description>
		<wfw:commentRss>http://www.bigscholar.com/2011/07/28/editing-infopath-2010-xml-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint User selection from within InfoPath 2007</title>
		<link>http://www.bigscholar.com/2009/05/12/sharepoint-user-selection-from-within-infopath-2007/</link>
		<comments>http://www.bigscholar.com/2009/05/12/sharepoint-user-selection-from-within-infopath-2007/#comments</comments>
		<pubDate>Tue, 12 May 2009 05:02:13 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[SharePoint Users]]></category>

		<guid isPermaLink="false">http://www.bigscholar.com/?p=113</guid>
		<description><![CDATA[I've been searching the web for how to populate a drop down list with all available SharePoint users and although I did manage to find things, it wasn't exactly what I was looking for. The solutions I found did not list all users and it lists groups in there too (which I did not want). Anyway, [...]]]></description>
		<wfw:commentRss>http://www.bigscholar.com/2009/05/12/sharepoint-user-selection-from-within-infopath-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

