The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
41 views

Xml viewer webpart and xsl

I am having the exact same issue as is posted in How do I make the XML Viewer web part ignore a Doctype element? where I am trying to create a styled XML feed on my page using the XML Viewer web ...
1
vote
0answers
77 views

XML Viewer Web Part: XML feed requires username and password. How to pass credentials?

I am getting the following error message: "Cannot retrieve the URL specified in the XML Link property. For more assistance, contact your site administrator." I have an xml feed that prompts a ...
1
vote
1answer
1k views

Sharepoint foundation-Need to show excel file contens within sharepoint page

Scenario: Sharepoint foundation 2010. End users would like to view the EXCEL documents within sharepoint page and not loosing the typical excel functionality. The USERS would open EXCEL file (using ...
1
vote
1answer
919 views

XML Viewer Web Part 'Failed to apply XSLT to the content'

I am trying to use the XML Viewer web part in SharePoint 2010. Using the this XML <?xml version="1.0" encoding="UTF-8"?> <STOCKQUOTE ROWCOUNT='1'> <RESULT> <ROW> ...
1
vote
1answer
199 views

XML Viewer Not Working for All Users

I added an XML Viewer web part on my page to display a twitter RSS feed. When I view the page I can see the feed perfectly. However, no other users can view this web part on my page. I'm confused ...
2
votes
3answers
1k views

How to encode URI in XSL of the XML Viewer Web Part?

I am using the XML Viewer Web Part to display some links. I need to encode the URI component because a value of a parameter may contain and ampersand. The way to do this in XSLT 2.0 is by using ...
1
vote
0answers
378 views

How do I make the XML Viewer web part ignore a Doctype element?

I have an issue with a SharePoint 2010 xml viewer webpart and an xml feed that contains DOCTYPE. The xml renders fine when there is no associated XSL with the webpart. When I add XSL to the webpart I ...