Discount Web Design Blog

Just another Web Design Blog

Entries for the ‘XML and Web Services’ Category

Items in feed

I want to be able to add a linked line of text or an image to a feed – either RSS2 or atom.
Wordpress has a plugin that’ll do it, but I’m not running WP.
Just what can be added without invalidating the feed?

ASX stock data in website

Hi
I am building a site for a client and am looking for an ASX stock ticker and/or chart showing live or delayed data.
Does anyone know of any free/ low cost sources for this data?
Thanks
Scott.

Is my sitemap suppose to look like this?

Hey, I generated a sitemap with www.xml-sitemaps.com . I exported the xml file and when I uploaded it to my site it’s just this massive clump of text, there are no paragraph or breaks. I have seen other sitemaps which are just plain text, but there is at least a paragraph break between one <loc> [...]

hi

hi,
www.tamilnaduadvocates.com/test its my website.
In tat website i hav search engine..it hav 2 boxes..its allignment is not working in IE..but its correctly working in firefox..
Also in tat textbox if i enter ‘A’ it will automatically display the lawyers name starting with letter A..its also not work in IE..but its work in firefox..

Please tell solution for this [...]

Locations within 100 miles/km of main location?

Hi guys,
I was wondering if anyone knows of an API that, given a list of locations, and a main location, can work out which locations from the list are closest to the main location (say by 100 miles/km)? Much like Google Map’s "near" search parameter.
Any help is greatly appreciated!

ASP.NET WCF Service help

I’m wanting to make a WCF Web Service that I can access via a url with a querystring and return xml based on that
E.g
Accessing this url
http://mywebsite/mywebservice.svc?name=bob
would return
<person>
<name>bob</name>
</person>

I’ve started going through WCF Web Services, but so far the only way I can see how to use a Service is referencing it in the project and then [...]

Webservice connection works using soapui.org but not using soapclient.com

Is this strange or normal? I can connect through the software from soapui but when I use soapclient it throws this error:
Why is it doing this? Thank-you

Quote:

The soap server returned the following response:
soap:Receiver en System.Web.Services.Protocols.SoapException: Server was unable to process request. —> System.Xml.XmlException: Root element is missing. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() [...]

Modifying xml with javascript in xsl

Hi all,
I’m new here and I’m trying to find out if it is possible to modify an xml file with javascript in an xsl.
for example if this is in my xml file:
<LIBRARY>
<BOOK>
<TITLE>aaa</TITLE>
</BOOK>
<BOOK>
<TITLE>bbb</TITLE>
</BOOK>
</LIBRARY>
and this in my xsl
<xsl:for-each select="LIBRARY/BOOK">
<xsl:sort select="TITLE"/>
Title : <xsl:value-of select="TITLE"/><br/>
</xsl:for-each>
I want to be able to [...]

How to keep log of API calls

Hi,
I would really appreciate if somebody share their thoughts about how to keeping log of API calls,
What should i prefer keep log in DB which may not work properly when log increases?
OR file write, if so what structure should i keep to log API calls, so that i could search in [...]

CSS text all wrong in Internet Explorer

I’ve created a website www.audiocatz.com which works fine on Safari, Chrome and Firefox but not Internet Explorer. The main problem is the main part of the pages with text content has a different layout to what it should be. Paragraphs begin to the right side of the title rather than underneath, such as in the [...]