Filtering in SharePoint DVWPs with Multiple Lists in the Data Source

Another question from my contact form: Hi Marc. My problem in short is to get a filters to work on columns that holds values from linked tables. For instance I have a column with xsl:value-of select="../../../Products/Rows/Row[@Title=current()/@ProductID]/@ProductGroup" Am at a loss for a way to do it at this point. A hint would be greatly appreciated….

Error When Programmatically Starting a SharePoint Workflow

In testing the MOSS Workflow Web Service operations I’m adding to our jQuery Library for SharePoint Web Services, I was getting an error sometimes when I called the StartWorkflow operation: Exception from HRESULT: 0x8102009B Turns out this occurs if there is a prior instance of the same workflow which has terminated in an error, showing…

jQuery Library for SharePoint Web Services v0.2.10 Released

Unfortunately quickly followed by 0.2.10a to fix a quick bug.  But at least it was a quick fix, and driven by someone called mwhite01 trying to actually use SPDisplayRelatedInfo to solve a business requirement. In this release, the main new things are a new function called $().SPServices.SPDebugXMLHttpResult and a slew of new Web Service operations. …