Skip to main content

Questions tagged [xml-viewer-web-part]

1 vote
1 answer
181 views

I am using an XML Viewer Web Part to display an RSS Feed from a blog on a company website. The problem is that in the viewer, different articles have a different font size and style, whereas I would ...
titleist2015's user avatar
0 votes
1 answer
137 views

I am using an RSS feed in my XML viewer web part to display a company's blog from their website. It works, but the only problem is that the title of the article is the same font size as the article ...
titleist2015's user avatar
0 votes
2 answers
937 views

I am using sharepoint 2013. I have used the xml viewer webpart but I have to much trouble and limitations. I would like to build a visual webpart in Visual Studio. In this webpart I would like to read ...
Ola's user avatar
  • 4,405
6 votes
1 answer
3k views

I am using SharePoint 2013. I am using the XML Viewer WebPart. In this webpart I have some xml and a write xsl in the xsl editor. Everything is working fine. I would like to filter te data on the ...
Ola's user avatar
  • 4,405
1 vote
0 answers
167 views

We have a very large SQL data source. That SQL database in on Prem and really secured tight - no update allowed. It's one of many data sources we plan to use to produce an enterprise wide Definition ...
Hell.Bent's user avatar
  • 1,299
1 vote
1 answer
1k views

Is there a JSON Viewer webpart that functions in a similar manner to XML Viewer? Should I just use a DataView Webpart?
fauverism's user avatar
  • 125
1 vote
0 answers
500 views

I am using "XML Viewer" webpart to display some data from another website. I have applied XSL on it and it works fine on my VM. But when I moved the site to development server, it showed error message ...
Frank Martin's user avatar
  • 3,728
2 votes
1 answer
2k views

I would like to display some data from an XML feed in SharePoint. I have set up the XML viewer web part and it works nicely in SharePoint 2007. However in SharePoint 2013 using the same files, I get ...
Veronica's user avatar
1 vote
0 answers
219 views

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 ...
CosimoMajor81's user avatar
1 vote
1 answer
4k views

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 ...
Anirudh's user avatar
  • 247
1 vote
1 answer
3k views

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> &...
Chad VanHorn's user avatar
1 vote
1 answer
304 views

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 ...
pmartin's user avatar
  • 393
2 votes
3 answers
4k views

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 fn:...
Eugene Katz's user avatar
1 vote
0 answers
627 views

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 ...
Bill Howe's user avatar