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
2answers
41 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. ...
1
vote
1answer
43 views

I want to make a weather webpart that displays temperature by using Api like Google or yahoo

I want to make a Weather web part form any api. I have searched on Google but could not find any good solution. So, any link or suggestion or steps for that?
0
votes
2answers
2k views

How to show list data in vertical list

I want to show the contents of three specific columns from one specific list item. Like Meeting list item ID 5 contains Name MeetingDate Bitfield1 Bitfield2 John Doe ...
0
votes
0answers
47 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
1answer
16 views

RSS/XML Feeds Stopped Working - SharePoint 2007 [closed]

We have numerous custom web parts that use XML to pull in RSS feeds. The feeds stopped coming in about 2 weeks ago. We are not sure exactly what caused this, but there was an admin who was working ...
0
votes
1answer
18 views

Source for Web Service in SharePoint

Is it possible to use XML data as input for SharePoint web service? If possible how to implement that? Can we use input as Objects other than XML data ??
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
56 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
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 ...
0
votes
1answer
34 views

Adding list items from XML file

I'm currently exporting XML files from my ERP system and they look like this : <?xml version="1.0"?> <ISA xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ISA_Info ...
0
votes
3answers
145 views

Unauthorized on XDocument.Load on Sharepoint

I'm trying to open an XML file from my document library. I'm running some code as "Elevated Privilege" on a file I know exists. The code I wrote down is this: ...
0
votes
0answers
38 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 ...
1
vote
1answer
85 views

SharePoint 2007 List as Datasource for SSRS 2005 - Query invalid and formating SharePoint Dates?

I have this XML query that pulls all entries and fields from a SharePoint list. <Query> <SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapAction> ...
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 ...
-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/"> ...
0
votes
1answer
74 views

Join multiple lists using XML web service

Implement a new XML web service, in the web service, use the SharePoint API to merge or join two or more list. Then, in SSRS, retrieve data from the XML web service using XML data source type. ...
7
votes
3answers
1k views

How to add list web part to the SharePoint page using Managed Client Object Model?

I am trying to add new web part to the SharePoint page using Managed Client Object Model that will display a list. I can't seem to be able to figure out the code of the web part's XML that is ...
1
vote
2answers
622 views

Customizing Alert Template XML

I need to alter the Alerts Template for a particular list, but don't even know where to begin. I know I need to make a copy of the xml file. Once I actually update the copy I need to execute some ...
1
vote
1answer
30 views

ampersand (&) in list definition custom form URLs

I want to use more then 1 query param for custom list form. So, this is XML definition: _layouts/MyPage.aspx?param1=x&param2=y When custom form is called for new listitem it sending ...
0
votes
1answer
111 views

How do I View the Raw XML Output of a Content Query Web Part?

I would like to see the Raw XML that is output from a content query web part so that I can develop a custom xsl stylesheet for this. I have the publishing infrastructure enabled. I assume I can do ...
1
vote
1answer
56 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
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
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 ...
1
vote
1answer
71 views

SPQuery on null lookupfield

I have a contact list with a company lookup field and I need to retrieve those without any company associated so I was thinking can I put it like this: <Query> <OrderBy> ...
1
vote
1answer
35 views

XPath assistance [closed]

I created an XSLT translation for XML that looks like this that was workign as expected: <?xml version="1.0" encoding="utf-8"?> <bsar:BSAForm ...
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 ...
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. ...
1
vote
1answer
404 views

Creating Document with SharePoint 2010 Workflow: can I create xml file

So I found this resource on how to use SPD Workflow to create a new item (or document) in SharePoint 2010. This is exactly what I need because I can fill a field (column in a list) with the string ...
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 ...
1
vote
6answers
700 views

Should I store serialized (to xml) object in SharePoint list?

A requirement of my website is that I pull down data from external sources. To pull down the data, I have created a timer job (SPJobDefinition). In this job, I need to store the external data ...
2
votes
1answer
37 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
77 views

How to add XML file with event reciver

I am creating a event reciver for the list, for that i need to get some data from XML file. currently i have placed the xml file in my local system. Actually where do i need to add the xml file. Is ...
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
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 ...
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 ...
1
vote
3answers
153 views

applicationSettings ignored in web.config

I've written a feature assembly that includes an SPFeatureReceiver. I can successfully deploy the feature's WSP, the assembly goes to the GAC, and the feature (mostly) does what it's supposed to. ...
0
votes
2answers
166 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" ...
4
votes
0answers
116 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
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
1answer
296 views

Open link lists, attached and uploaded files in new tab

I would like to know how can I edit in SharePoint 2010 Standard version so that when a user clicks on any link list item, uploaded or attached files in a announcement and document lists to be opened ...
1
vote
2answers
243 views

Uploading xml to document library won't start workflow

When I upload an xml document to a document library, the workflow associated with that document library won't start. Here is my the code I use to upload: using (SPSite site = new ...
0
votes
1answer
192 views

How to deploy custom context menu item?

I made a custom SharePoint application page and now I want to open it from edit control block (item context menu). My XML won't compile because it is telling me that I have illegal characters in the ...
0
votes
2answers
101 views

COM: javascript/jquery method for creating a xml data file from SharePoint list data (multiple)

Does anyone know how I can pull off creating an xml data file from data in multiple lists using SPServices/Javascript/jQuery? I can certainly bring all the data I need out to a page and load into DOM ...
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 ...
0
votes
1answer
1k views

Importing external data synchronously into a Sharepoint List

Problem : We need external data to be imported synchronously into a Sharepoint list. The data is located in a MySQL database. The Sharepoint server is setup behind a firewall and no direct connection ...
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 ...
0
votes
1answer
72 views

How to Link an XML document to Outlook calendar? [closed]

I have an xml document with the following structure: <Tasks> <Task> <DateTime>11/01/2012</DateTime> <detail>Do something</detail> </Task> ...
0
votes
1answer
201 views

Lookup column details are not coming in the result xml

I am trying to get the details of the list in sharepoint by using the jquery in content editor webpart. I created one .js file and I made a link in the content editor webpart. This is working awesome. ...

1 2 3