Tagged Questions
0
votes
1answer
158 views
How do I View the Raw XML Output of a Content Query Web Part?
I would like to see the Raw XML that is output from a content query web part so that I can develop a custom xsl stylesheet for this.
I have the publishing infrastructure enabled. I assume I can do ...
0
votes
1answer
20 views
Allow XML file for Navigation to be shared across all sites
I created a datasource that points to an XML file at the top level Sharepoint site. I then associated a treeview in a masterpage with the new datasource. It works fine on the home page but not on ...
0
votes
0answers
37 views
InfoPath 2010 form prints raw XML, not template
Often when a user in my office prints an InfoPath 2010 form from the client application (and I have seen it occur in InfoPath 2007 in the past) the printer spits out the raw XML underlying the form. ...
2
votes
1answer
43 views
Promoting document metadata from xml
Is there a way to promote document metadata from XML input?
MSDN states it's possible and that there's ever an XML built-in parser in place. However, after hours of searching the web I still don't ...
1
vote
2answers
268 views
Uploading xml to document library won't start workflow
When I upload an xml document to a document library, the workflow associated with that document library won't start. Here is my the code I use to upload:
using (SPSite site = new ...
1
vote
2answers
142 views
The replicated buttons on the ribbon do not work
I recreated a few buttons from the ribbon; I used the same XML to define the buttons.
The OOTB buttons are located on the ribbon in the contextual tab in lists. I want to take a few buttons like ...
1
vote
1answer
66 views
The location of EmailLink command implementation
My question is regarding a command which is bound to an OOTB button.
On the ribbon you have a button to email a link, so this buttons they have some commands like:
EmailLink, EmailLibraryLink, etc
For ...
2
votes
1answer
213 views
How to partial disabling 'Open to Explorer' Ribbon Action
I'm disabling, for all user Rights, the 'Open with Explorer' button in the SPRibbon with the following code:
<?xml version="1.0" encoding="utf-8"?>
<Elements ...
2
votes
2answers
257 views
Configuration File for Features
I am creating some features in SharePoint 2010. I need to have some settings for all the features that I intend to keep in a xml file that should get deployed to 14 hive. On feature activation, ...
2
votes
1answer
593 views
Managed Metadata field full path
I've added a custom Managed Metadata field in my custom contenttype but need to show the full path. Anyone knows how to do this? (if possible with xml, else with c#)
XML so far:
<Field ...
3
votes
1answer
1k views
Set column order in contenttype
I've added some site columns with an xml file and also created my contenttype in the xml. After deploying, a feature creates a lookup to another list (with c# code).
How can I set te column order in ...
2
votes
2answers
782 views
Listdata service with managed metadata or multivalue columns
The PowerPivot team just posted a white paper on Using SharePoint List Data in PowerPivot, which is awesome. Now I can slice, dice, and analyze the contents of a document library I manage.
Except… ...
