Questions tagged [xml]
XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.
288 questions
0votes
0answers
8views
how to prevent XML File Download and Redirect to Application in SharePoint?
I have a SharePoint XML library for an application add-in. Currently, when I use the link to the XML file as the source file, instead of launching the app directly in the browser, the XML file gets ...
0votes
1answer
74views
XML Viewer Error - Failed to apply XSLT to the content
I'm using (and have for many years) an XML Viewer Web Part to display a comic feed from the following URL: https://www.comicsrss.com/rss/garfield.rss Then I have the following code in the XSL ...
0votes
2answers
1kviews
How to Migrate InfoPath XML form library to PowerApps
I have started working on the migration project, which requires me to convert the SharePoint XML form library to PowerApps. I have discovered that there is no simple solution to this problem and found ...
0votes
1answer
1kviews
Get value from http response xml and pass it as a field in next http request field or save it in a variable power automate
how to Get value from http response xml and pass it as a field in next http request field or save it in a variable power automate MY flow Response i get is in xml as below response what i get as xml ...
0votes
1answer
256views
Get the Outer XML inside Power automate
I am converting a Nintex flow into Power Automate flow, where inside the Nintex we have this extract XML step;- For getting the outer xml and store it inside a Collection, our xml has this format:- &...
0votes
1answer
237views
XML file doesn't contian reference to Sharepoint collapsible sections
I have been using Get-PnPSiteTemplate -Out C:\file.xml -IncludeAllClientSidePages to get the xml out but I have noticed that the pages which contains collapsible section doesn't collapsible when I ...
1vote
0answers
88views
Editing xml of views in SP Online?
I'm needing to move a on-prem SharePoint application that I wrote 5+ years ago to SharePoint Online. When I did the development initially, I used SP Designer 2013 to edit the raw XML behind the views/...
1vote
0answers
194views
SharePoint 2019 Crawl of XML Files Is Not Indexing All Desired Fields
SharePoint 2019 Search - Crawling of XML Files Is Not Getting/Indexing All Desired Fields In the past, when I was working with Search Server Express 2010, I used an xml iFilter from iFilterShop that ...
2votes
1answer
1kviews
How to navigate through XML response (SharePoint REST API)
I am using the SharePoint REST API to construct the endpoint URI as mentioned here Working with folders and files with REST I have a Microsoft SharePoint location which has a folder and the folder ...
0votes
2answers
8kviews
Axios response.data is string of the XML data instead of JSON object
Axios get call receiving the right information but it comes back as a string of the XML data. I need a JSON object. I am grabbing all the tables on the page then I filter through them and then I want ...
0votes
1answer
185views
XML Config file for SharePoint Designer 2013
Good Morning, I need help with configuring an xml config file for Sharepoint Designer 2013. specifically, I'm looking for a way to disable the start options screen (regarding updates) so end users do ...
0votes
1answer
1kviews
How to modify the content of an xml file in SharePoint Online by powershell
I would like to fix some xml files seperated on multiple sites and document libraries in powershell. I have in a csv file the url of all these xml documents. So I already have some loop for each xml ...
1vote
1answer
5kviews
SharePoint Online Powershell get content of an file
I would like to read the content of XML files in SharePoint Online. I would like to check if the XML file contains some text. I already tried something like this but it is not working: Connect-...
0votes
1answer
237views
The version of the package is different from the current version this program supports
Goog day, I have the problem with site import between two site collections. SharePoint 2016. The site collections are from same SP Farm. I exported the site "http://Coll1.xxx.com/career" using the ...
0votes
1answer
3kviews
Link to get all users that ever had access to a SharePoint site
I want to obtain all users that ever had access to a SharePoint site. Is it correct that I have to use this? http://sharepointsite/_layouts/15/people.aspx?MembershipGroupId=0 Can I get the XML of ...