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.

learn more… | top users | synonyms

0
votes
3answers
3k views

SharePoint Foundation 2010 Blog Post XSLT Date Formatting

I'm using SharePoint Foundation 2010 and we've added a blog as a subsite. I want to show a 'recent blog posts' webpart on the main site page, so decided to go down the route of an XML webpart using ...
2
votes
2answers
338 views

CAML query not filtering data on search

I have a code with an XML query that I believe is correct but for some reason, when I type anything into the web apps search textbox, it appears to filter but actually just pulls 100 of the rows at ...
0
votes
2answers
45 views

Rename “Title” column on multiple lists

I have 3 or 4 lists where the title column is not required. Hence I started renaming the Title field to any other text field that I have in the list per the below blog. ...
0
votes
2answers
62 views

Populate list item from XML feed

How to create new list item using data from XML feed? Is it possible to handle multi line of text in XML feed?
0
votes
2answers
167 views

PDF Icon in announcement lists attached files

I added the following line in the DOCICON.XML file and I get the PDF icon in my document lists, but not in Announcement lists that have a file attached or uploaded as a PDF. <Mapping Key="pdf" ...
2
votes
1answer
38 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
1answer
57 views

CAML batch query - valid XML?

The standard format of a CAML batch query is as follows: <?xml version="1.0" encoding="UTF-8"?> <ows:Batch OnError="Continue"> <Method ID=""> ...
0
votes
1answer
10 views

xmldocument & receiver on sharepoint

I'm developing on sharepoint since few months, and I begin to understand the structure of Sharepoint. However, there is some things I don't understand. For example, I don't understand how work the ...
0
votes
1answer
20 views

How to view forms on a tablet and submit response back to SharePoint

beginner SharePoint admin here looking for guidance. We have a situation at our company where we want to be able to view company documents on tablets (which staff have due to their mobility ...
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
1answer
48 views

Searching Site Farm / Collections for instance of URL

I am looking into a way to search for a specific URL within SharePoint. I have seen the solution that searches with PowerShell script for searching lists for specific links? and ...
0
votes
1answer
207 views

Surface XML schema as UI in SharePoint 2010

I have a requirement (at the least possible cost, be that custom dev or 3rd party product) to take an XML schema (which is subject to regular change) and surface a UI to this through SharePoint. The ...
-2
votes
1answer
27 views

Could you please let me know how I can retrieve ip addresses node under CDATA section and modify it using vbscript

<con:request> - <![CDATA[ <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cli="http://client.webservice.sepm.symantec.com/"> ...
4
votes
0answers
117 views

SharePoint XML Web Part dynamically adding xml link

Is there a way to dynamically insert a variable in the <XMLLink> --variable here--</XMLLink> tag? I'm trying to read an URL parameter which will contain the xml files path. What I am ...
1
vote
0answers
90 views

update xml file within doc library using jquery ajax

I can read values from xml files that are posted within a document library using jquery ajax, but can I update those values then save/post them back into the document. i.e. can I update the contents ...
1
vote
0answers
52 views

Wierd format of Modified date and PublishingStart

Iam having trouble with date formats of these two fields: Modified and PublishingStartDate. They are different in format. Iam attaching how they display on my computer. I have regional settings set to ...
1
vote
0answers
231 views

Dropdown menu with XML data source gives web part error

I am using SharePoint designer to build a page with a data view web part that displays the contents of a 6,000 record XML file that is structured like the example below with each "Details" element ...
1
vote
0answers
231 views

Automatically create a list based on dynamic xml

I am trying to set up a SharePoint page as follows (using SPdesigner), but don't know if it is possible and where to start. We want a page where a list is displayed, and the content of the list ...
1
vote
0answers
238 views

Load full list XML into JavaScript variable via CEWP

Currently I am using the lists.asmx webservice to POST a soap envelope and return specific list items. I really want the whole contents of the list. I realize how large that might get, but if this ...
1
vote
0answers
258 views

Rules for Transforming List Column Names into XML Element Names

I am using the ListData.svc service to pull data from several lists. Many of the column names have punctuation and spaces, so their names are transformed as they're rendered as Atom in the ListData ...
0
votes
0answers
52 views

Upload to SP 2013 Document Library with metadata, Powershell problem

As a Proof of Content Assignment i was asked to implement a SharePoint 2013 Document Library to a Local Program. I'm relatively new to Power-shell and have tried to upload .docx files and succeeded. ...
0
votes
0answers
39 views

List view group by Lookup field only grouping by string value of Lookup, ignoring ID part

I have custom lookup field of my custom list definition: <Field Name="MyLink"...Type="Lookup" Mult="FALSE" ShowField="Title"../> Then I have list view in SharePoint Foundation 2010, created ...
0
votes
0answers
9 views

Increase Display menu time

I would like to change the display time of my top navigation bar. So far I have managed to create a dropdown list navigation, which however, is difficult to use. This is my navigation. Item 1. Item ...
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. ...
0
votes
0answers
53 views

Is there a Delphi wrapper for SharePoint?

I was wondering if there is already a pre-built wrapper for Delphi XE2 to be able to interact with a SharePoint website? If there's not already one made, then are there at least XML Schemas which I ...
0
votes
0answers
45 views

InfoPath: modifying or appending XML file on submit to SharePoint

I have an InfoPath form (with a repeating group of fields) that can submit data to an XML file on a SharePoint site but on submission it overwrites the file. I am looking for a way to append the XML ...
0
votes
0answers
42 views

Custom SPField error when re-deploying or upgrading WSP

I have created a custom SPField and is working well. But if I retract/deploy or if a upgrade the solution, I've got this error when accessing the item: SPField Field type is not installed ...
0
votes
0answers
84 views

Update xml file with doc library with xlst/jquery (limited com stuff)

is there anyway to write/update an xml file within a document library, with js/jquery from a page, or with xslt or anything like this I am unaware of? I am really asking for some context I lack, and a ...
0
votes
0answers
234 views

XML Viewer Web part: filter/setting/javascript/jquery to dynamically point to xml file

perhaps this is a silly question, but is there a way to use a filter, or some script, or a setting or something like that, in SP2010 to allow a user to select various xml documents from a library and ...
0
votes
0answers
96 views

How to make SharePoint workflow trigger an InDesign document refresh and export to PDF?

What is the best way to get a SharePoint 2010 workflow to trigger the refresh of an XML datasource within an InDesign document, and then generate a PDF export? The datasource would be a SharePoint ...