All Tags » xml (RSS)

Browse by Tags

  • retrieving right bit from XML

    I have some XML that is returned through SOAP and collected in XML::Simple. If i dump the return using Dumper it looks like this : $VAR1 = { 'rates-list' => { 'rates' => [ { 'VALUE' => '1.288', 'STATUS' => 'OK', 'CODE' => 'DKK'...
    Posted to AppleScript (Forum) by software on 06-14-2010
  • PHP- SimpleXml xpath problem

    I am trying to run a xpath query to get a detail for an item with the certain current price. My problem when there is only one item with that current price I don't have any problems and I get the result but when there are two or more I dont get any thing. Thanks everyone in advance. Code Snippet...
    Posted to PHP Frameworks (Forum) by software on 06-11-2010
  • PHP SimpleXML xPath query problem

    I am trying to run an xPath query on the following xml from ebay that is converted into Simplexml objects but for some reason I cant get any outputs. Basically I am trying to find the title of the product. Thanks everyone in advance, Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16...
    Posted to PHP Frameworks (Forum) by software on 06-11-2010
  • NaN value in XSLT

    Hi when im finding the difference in date i get an Nan (not a number) displayed. Im using Jscript for the function. Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: Toggle Highlighting Open in New Window Select All Code Snippet: 1: 2: 3: 4: 5: 6: --- displaying NaN Toggle Highlighting Open in New Window...
    Posted to Oracle (Forum) by software on 06-07-2010
  • Remove <string xmlns="<a href="http://tempuri.org/WebService1/Service1" target="_blank" rel="nofollow">http://tempuri.org/<wbr />WebService<wbr />1/Service1<wbr /></a>"> from WebSe

    I need to redefine the message answer of Web Service application from XML to unformatted string (or simple string). Function XXX _ Public Function XXX () as string XXX = "12.5" end function Current result of webservice answer is 12.5> Wished result 12.5 I understood that delimiter was added...
    Posted to EAI (Forum) by software on 06-05-2010
  • Modify method in dealing with XML data on SQL server

    Modify method is sued on XML data to manipulate directly particular attribute or field of a given record It has three submethods namely Insert, delete, replace I get an error while trying to delete a value in a particular column. I am working on a books table which looks like this ee3.jpg And now I am...
    Posted to XQuery (Forum) by software on 06-03-2010
  • Xpath - how to get distinct values

    Hi, I'm using PHP to to this: $xml = simplexml_load_file("WebsitePropertyData.xml"); $results = $xml->xpath("/dataroot/WebsitePropertyData/City"); It returns cities. I want to know how to return distinct values (i.e. no repeats). I am aware of the distinct-values function,...
    Posted to XPath (Forum) by software on 06-03-2010
  • Remove Version and encoding tag from xml using XSLT

    Remove Version and encoding tag from xml using XSLT. Even though I have this code in the XSLT, It does not seem to get rid of the xml-declaration. /> Please help. Thanks, Sundeep.
    Posted to XSLT (Forum) by software on 06-02-2010
  • Remove Cdata from xslt output

    In this file: http://rss.wunderground.com/auto/rss_full/CO/Aurora.xml?units=both You will see a Cdata section under . I would like to use all the elements except that one. Can I omit Cdata sections? This is what I have so far: http://www.w3.org/1999/XSL/Transform ">
    Posted to XSLT (Forum) by software on 06-02-2010
  • XSLT: insert element into xml document

    I want to insert an element int an existing xml node as in the attached code below. The XSL file I have so far just doesn't quite work - it inserts the elements outside of the ItemSet element, rather than inside of it. How do I fix the XSL file so that it will yield the desired output? Code Snippet...
    Posted to XSLT (Forum) by software on 06-02-2010
Page 1 of 49 (489 items) 1 2 3 4 5 Next > ... Last ยป