<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/">
<title>talkaboutsoftware.com XSL</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/</link>
<description>$</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2003-2005, Talk About Network. All Rights Reserved.</dc:rights>
<dc:date>2008-08-20T12:08:18+00:00</dc:date>
<dc:publisher>TAN</dc:publisher>
<dc:creator>rss@talkaboutnetwork.com</dc:creator>
<dc:subject>Discussion</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42286.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42284.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42276.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42273.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42271.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42260.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42253.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42251.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42249.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42247.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42246.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42244.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42241.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42240.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42238.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42235.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42233.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42228.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42223.html" />
<rdf:li rdf:resource="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42221.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutsoftware.com/group/microsoft.public.xsl/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutsoftware.com XSL</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/</link>
</image>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42286.html">
<title>ends-with doesnt work</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42286.html</link>
<description>I am using Visual Studio 2005 and ends-with doesnt work there.  I am trying:      not((starts-with(name(), GC) or (starts-with(name(), CC)) and  ends-with(name(),-POUND-) and  and I get an error:  ends-with() is an unknown XSLT function.  But when I ...</description>
<dc:creator>tshad lttshad@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-07T14:50:16+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42284.html">
<title>How to manage multiple XSL files that are nearly identical?</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42284.html</link>
<description>I just learning WPF and silverlight. Im trying to generate WPF and  silverlight apps via XSLT.  I have observed that the only differnence between my WPF XAML file and my  Silverlight XAML file is that WPF uses the windows tag (as the first tag)  and ...</description>
<dc:creator>Siegfried Heintze ltsiegfried@[EMAIL PRO...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-06T00:49:02+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42276.html">
<title>Passing an XPathNavigator to a custum function.</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42276.html</link>
<description>I have the following C# code that illustrates the problem I am having:          static void TestCount(int id, IEnumerablestring messages,  IEnumerablestring skus)         {             XslCompiledTransform xsltProc = new XslCompiledTransform()       ...</description>
<dc:creator>=?Utf-8?B?S2V2aW4gQnVydG9u?= ltKevinBurt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-01T14:31:01+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42273.html">
<title>Debug help</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42273.html</link>
<description>I have a transform that works on a large number of files. Every once and a  while I get the following exception thrown:  A first chance exception of type System.Xml.Xsl.XslTransformException  occurred in System.Data.SqlXml.dll System.Xml.Xsl.XslTrans...</description>
<dc:creator>=?Utf-8?B?S2V2aW4gQnVydG9u?= ltKevinBurt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-01T10:31:01+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42271.html">
<title>Re: How to display breakline from xsl in txt mode at client side</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42271.html</link>
<description>Kert wrote:   When I manually convert the xml file with the xsl in visual studio or xml   notepad, the breakline can be correctly shown. But if I open the xml file   directly in IE, all the text will be in one line. How can I get what I want?   (The ...</description>
<dc:creator>Martin Honnen ltmahotrash@[EMAIL PROTECT...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-31T14:50:21+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42260.html">
<title>XSL:Count on a passed parameter</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42260.html</link>
<description>I am building an XML string and passing it as a parameter to the XSL style  sheet. Currently I have something like:  Identical Errors - xsl:value-of  select=count($IdenticalList/root/list/sku)/  Where $IdenticalList is the XML string that is passed i...</description>
<dc:creator>=?Utf-8?B?S2V2aW4gQnVydG9u?= ltKevinBurt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-29T15:19:01+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42253.html">
<title>data set operation - remove nodes from one data set that have no</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42253.html</link>
<description>Hello,  Id like to uses xsl to process one set of nodes and for each node that exists in that data set:  determine if that node exists in a second set of nodes and if it exists there remove it from the first data set.  Does any one have any ideas on ...</description>
<dc:creator>vanSkier ltrod_Kane@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-26T12:51:44+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42251.html">
<title>Does anyone know why this transformation doesnt work with the c</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42251.html</link>
<description>This works with the old namespace just fine.  ?xml version=1.0? xsl:stylesheet xmlns:xsl=http://www.w3.org/TR/WD-xsl     xsl:template match=/          div              xsl:apply-templates  select=ArrayOfString/xsl:apply-templates          /div      /...</description>
<dc:creator>CK ltc_kettenbach@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-25T10:01:03+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42249.html">
<title>xslt help - what am I doing wrong?</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42249.html</link>
<description>xsl:stylesheet version=1.0  xmlns:xsl=http://www.w3.org/1999/XSL/Transform  xsl:template match=/  xsl:apply-templates select=ArrayOfString/xsl:apply-templates  /xsl:template  xsl:template match=ArrayOfString  xsl:apply-templates select=string/xsl:app...</description>
<dc:creator>CK ltc_kettenbach@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-24T10:15:26+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42247.html">
<title>simple xsl question</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42247.html</link>
<description>Hi,  Im learning xsl and am encountering an unexpected  result with the xml / xsl below  The xsl result includes text from the printsettings nodes:  1none, and since this was not included in the select attribute.  Its strange that the unspecified nod...</description>
<dc:creator>vanSkier ltrod_Kane@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-20T01:45:43+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42246.html">
<title>Amazon: XSLT - 2nd Edition (June 2008)</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42246.html</link>
<description>http://easyurl.net/XSLT</description>
<dc:creator>Ted ltnobody@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-16T07:16:22+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42244.html">
<title>Differences between IIS5 and IIS6 affecting xsl:choose?</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42244.html</link>
<description>Hi all,  Im still learning xsl, but was hoping someone here might be able to help.  Ive built an xsl:choose command as follows:  xsl:choose   xsl:when test=string(inm:SUMMARY)     pa onClick=toggle_rows(summary_{inm:RN}) style=cursor:pointer  text-de...</description>
<dc:creator>=?Utf-8?B?U2VhbkJfYXU=?= ltSeanB_au@[EMA...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-15T18:49:29+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42241.html">
<title>Adding namespace using XSL</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42241.html</link>
<description>Hi,  I have an XML. I want to add namespace to it using XSL. I found an XSL which  adds namespace to XML but it is not helping me. MyXML is:  themes       theme id=appl          title Toepassingen/title          title Applications/title       /theme ...</description>
<dc:creator>Muhammad Nasir Waqar ltnasir@[EMAIL PROT...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-15T20:10:49+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42240.html">
<title>Re: Vaarallinen seksihurjastelija Hyvinkäällä</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42240.html</link>
<description>MYRTYNEITÄ ydinherraskaisia.  YLE 8.5.2008. Haastateltavan energiaherran suusta: Olemme joutuneet huomaamaan, ettemme kovista yrityksistämme huolimatta kyenneet vakuuttamaan Suomen kansalle ydinvoiman tarpeellisuutta lainkaan! .. ..  Ja melkein itkua...</description>
<dc:creator>Assente Notificheremo ltassente@[EMAIL P...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-15T00:59:56+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42238.html">
<title>Content negotiation in XSLT</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42238.html</link>
<description>Can XSLT 2.0 do content negotiation?  Looking at the Linking Open Data  work, it seems to me that it would be useful if XSLT processors could  specify in the document() function that what they want is, for example,  application/rdf+xml.  Then they co...</description>
<dc:creator>Richard Light ltrichard@[EMAIL PROTECTED...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-14T10:58:19+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42235.html">
<title>Copy source to translation when type equals unfinished</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42235.html</link>
<description>Hi,  I have the following XML file:   TS  context   nameElementName/name   message    location line=16 filename=build/debug/xslt/ xml_ApplicationDefaults.cpp /    sourceApplication/source    translationProgramm/translation   /message   message    loc...</description>
<dc:creator>Thomas ltthomasvackier@[EMAIL PROTECTED]...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-11T02:12:34+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42233.html">
<title>Table rows not updated in the XML transformed by XSL in a browse</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42233.html</link>
<description>Hello,  I am transforming a XML using XSl stylesheet in a browser. The xsl stylesheet transforms the xml into a table and displays correct number of rows, but does not display the correct data. It is displaying the information for first row in all th...</description>
<dc:creator>nishi.mishra@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-09T13:53:39+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42228.html">
<title>Merge 2 XML Documents using XSLT Transform</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42228.html</link>
<description>Hi,  I have an XSLT which merges 2 XML Documents provided as input parameters. I  want to use that XSLT in my dot net code(C#). Please help me that how can I  handle this situation.  -- Kind Regards, Muhammad Nasir Waqar</description>
<dc:creator>Muhammad Nasir Waqar ltnasir@[EMAIL PROT...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-08T11:59:08+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42223.html">
<title>Using XSLT to transform XHTML to XHTML (again!)</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42223.html</link>
<description>Dear Newsgroup  I have an input XHTML document containing multiple topics. It contains topic  names in h1 tags followed by content elements at the same level, and I want  the transform to be able to select a single topic as specified by a parameter  ...</description>
<dc:creator>=?Utf-8?B?V2lsbGlhbSBSYXllcg==?= ltWilli...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-04T08:44:01+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42221.html">
<title>xsl:comment does not work well in 64 bit unix system</title>
<link>http://www.talkaboutsoftware.com/group/microsoft.public.xsl/messages/42221.html</link>
<description>It was found that xsl:comment caused java.lang.NullPointerException when I tried to build in 64 bit unix system.  No character can be added between xsl:commen and /xsl:comment.  If there is anything except space added in between, then the java.lang.N...</description>
<dc:creator>ellenz21@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-03T11:11:32+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutsoftware.com/group/microsoft.public.xsl/search.html">
<title>Search talkaboutsoftware.com XSL</title>
<description>Search talkaboutsoftware.com XSL</description>
<name>q</name>
<link>http://talkaboutsoftware.com/group/microsoft.public.xsl/search.html</link>
</textinput>

</rdf:RDF>
