Tagged Questions
1
vote
1answer
951 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>
...
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
394 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 ...