0
votes
2answers
46 views

JS Regex to remove everything outside certain html tags (including tags)

I have a SOAP output that need to parse via JS REGEX, (i know there is plenty of js libraries that will do the job, and i know that regex is not the best thing to parse html / xml, but in this case, ...
0
votes
2answers
43 views

Convert XML to Object using jQuery of plain javascript

Here is a sample XML: <xml id="javascriptObject"> <name>Joe</name> <age>12</age> <gender>M</gender> </xml> Object produced after digesting the ...
0
votes
0answers
44 views

How to increase or decrease web browser font size using button in windows phone?

Hi am using code given below.I want to increase or decrease text font size on web browser using A+ and A- buttons.i am getting html file from xml feed.so any one help to resolve in this solution. ...
1
vote
0answers
33 views

Jath.js Xml parsing IE Error

I'm using jath.js to parse XML with Xpath selectors. But in IE Version 10/9, I am getting the below error: Object doesn't support property or method setProperty Below is the jath source ...
0
votes
1answer
54 views

XML containing SVG and VML based on the browser

I am using Fusion Chart with "PURE JAVASCRIPT" but with the export feature we want at client side.so FusionChart gives SVG or VML of the chart at client side.we want to merge this VML or SVG to XML ...
-1
votes
2answers
43 views

Jquery Get method doesn't run the success event

I've got the following code to read a XML file. function getServiceURL(serviceName) { $.get("/xml/ServiceUrls.xml", function(xml){ $(xml).find("service-name").each(function(){ ...
1
vote
2answers
79 views

How to get xml all child node value?

I have a xml that xml contains folder and image details.I load a xml using jquery and i got folder details but the image path not getting properly now i am getting ...
0
votes
1answer
24 views

why I can't get the name of the desired tag of this xml file

I try to get the name of the child nodes of the head - > text node (so I need Buut when I write var headerstyles = ...
-1
votes
0answers
41 views

How to have JavaScript make URL request and load value from XML that is received into an Array?

By any chance, could someone tell me how to modify the below JavaScript code to be able to log onto an address like " http://www.hl.com/ord?station:|slot:/AlarmTest/MyComponent/stringArray " and be ...
0
votes
1answer
106 views

How to increase or decrease web browser control font size using button?

Hi i am using web browser control.I have two button increase and decrease.I want to increase or decrease web view content My xaml code <phone:WebBrowser x:Name="Webbrowser" ...
0
votes
0answers
103 views

Sencha Touch parse nested XML from WS

i'm trying to read a nested xml with sencha touch but i'm stuck. The xml response is the following: <eugin-tips> <eugin-tip day="1"> <eugin-language locale="es"> ...
0
votes
1answer
71 views

Windows 8 javascript html5 app not parsing xml

My javascript XML parsing code works fine when I load it in firefox using local HTML & XML files, however when i build my app in visual studio 2012 (HTML5 javascript app) using the same code it ...
0
votes
0answers
67 views

object doesn't support this property or method while loading XML using document.implementation.createDocument in javascript

I am trying to load XML and convert to json like object and display it as tree. Its working fine in firefox and also IE if activex is enabled. But If activex is not enabled,I am getting an error ...
-1
votes
1answer
69 views

XML parsing with XPath and Javascript

<root> <method name="A"> <childcall name="B"></childcall> <childcall name="C"></childcall> </method> <method name="B"> <childcall ...
0
votes
2answers
173 views

Save xml file data in a javascript variable

i searched on my problem and found a lot of useful stuff which i already used. This is the plan: I want to load data from an xml file into a javascript variable. A DOMParser function which reads the ...
0
votes
4answers
64 views

Traversing an XML Nodes using javascript

I have an XML that i get from an AJAX call to an XML File. The XML that i get is as below. <cars> <car id="Spyder"> <year>1946</year> <power>150bhp</power> ...
0
votes
1answer
29 views

How can I find an XML element by one of its attributes, and retreive the value of its other attribute?

For example, I have the following in an XML file: <decisionPoint fileName="5"> <choice label="ARIN, RIPE, APNIC" goTo="5aa"/> <choice label="Whois.org, Network Solutions" ...
0
votes
1answer
60 views

Why XMLHttpRequest return null?

This is a bit strange. I ran this script in different computer and got different result. In one computer, this code worked but didn't work in another. Here's my js code: xmlDoc = loadXmlDoc(); ...
0
votes
2answers
90 views

Centering a Google Map based on parsed XML Latitude and Longitude values

This bit of Javascript parses an xml file which contains latitude and longitude co-ordinates for a start and end point. I can get the markers out on a map fine, the issue I'm having is that the map ...
1
vote
0answers
35 views

Trying to Parse XML with JS…not working

I'm having issues parsing XML with jS. Basically, I want to take content from an RSS feed and automatically post it on my website. I'm not showing any errors, but I could be wrong on that. Well, I ...
0
votes
0answers
111 views

ActiveXObject(“Msxml2.DOMDocument.3.0”) throw exception

Please help with this, it's should be an easy task, but it drive me crazy!! I've this little piece of code: var doc; try { if (document.implementation && ...
0
votes
3answers
46 views

Missing ) after For-loop. Not idea what's wrong.

I'm attempting to run this script to parse an XML document. When I validate the js I get a missing ) after for-loop. I'm new to programming and not sure where I've gone wrong. I've posted the ...
3
votes
3answers
90 views

Loop through XML Parser?

I am developing an app, where on the click of a button, a list of the document information stored in an XML file is shown on screen in a <ul> tag. The current JavaScript in the function is; ...
0
votes
1answer
112 views

Multiple Map Markers with Infoboxes from parsed XML

I know I'm fairly close to solving this, I just need a little push in the right direction. I'm generating XML from a database that has marker locations and some other data that should be displayed in ...
0
votes
1answer
74 views

Loop Through XML Parse Function and Display in HTML

I have a function that at the moment displays the hard-coded XML data in an iPhone app; function viewXMLFiles() { xmlhttp = new XMLHttpRequest(); xmlhttp.open("GET", ...
1
vote
4answers
53 views

Parsing XML Files doesn't work

I'm developing an app, where on the click of a button, the program calls information stored in an XML file to show in a <span> tag using JavaScript; function viewXMLFiles() { ...
0
votes
2answers
47 views

how to Convert a var to xml content using jquery

I am currently working with Jquery and my entire project needs to be done only using sharepoint Client Object Model (so i cant make use of server side coding). I have created a xml structure (by ...
1
vote
1answer
65 views

How to use jQuery to Parse XML from within a Web Worker Thread

Skimming? Just read what's bold. Howdy friends! I'm building a web application that needs to do some serious XML crunching. I currently have a function that uses jQuery to parse and manipulate ...
0
votes
1answer
184 views

Display polygon kml file using geoxml3

I am using geoxml3 in order to be able to parse number of kml layers. Now for some reason it is working only for points and not for polygon kml files. The following is the code I am using; function ...
0
votes
3answers
106 views

What is the way to parse XML in a Worklight Adapter?

In a notification Worklight adapter - I invoke the adapter passing a very long XML string from the backend service. The backend service cannot be altered or changed. I want to be able to turn the ...
1
vote
3answers
219 views

How to use jQuery query string?

Ok. Basically I am developing a API for Game Server owners who want a custom loading screen that fetches the players name and avatar, but does not use PHP, only JavaScript, AJAX, HTML etc. This is ...
4
votes
2answers
75 views

XML returning as a string, not an object

I don't fully understand why this won't work. I thought XML was easy to interact with, but I can't help but feel that the markup of the XML is causing the problem. I know its validate XML, but still: ...
0
votes
1answer
161 views

JavaScript code to create dynamic HREFs & Anchor Text from XML file

I'd like to be able to create href links in a div by using JavaScript to access an XML file that contains a directory structure. I'd also like to show the file name as the Anchor Text for each of the ...
0
votes
2answers
97 views

Ext JS 4 : Reading data from an XML string

I am trying to load data from an XML string from client side. The XML reader is not getting the data from the xml string. Here is the code Ext.define('User', { extend: 'Ext.data.Model', ...
1
vote
1answer
121 views

XML within xml issue to read &lt

I am trying to read following XML Document where I am getting Problem to read EXT_STRING0>&lt this tag, Thanks in Advance <Results> <ResultSet fetchSize="0"> <Row ...
0
votes
2answers
63 views

Javascript “global” variable issue [duplicate]

var desc; $.ajax({ url: "data/step2.xml", dataType: "xml", success: function(data){ $(data).find('date').each(function(){ var day = ...
0
votes
0answers
106 views

xml to json conversion in javascript is not correctly as i expected [closed]

I want to convert my xml file into json formatted string using java script.So,i just copied code from this stackoverflow link.It is converted my xml file content into json formatted string.But the ...
0
votes
1answer
234 views

Yahoo Weather forecast xml

I am having problems parsing Yahoo's weather api with javascript. I have everything working, but I can't figure out how to get the data for multiple days. I can get the first one, but don't know how ...
0
votes
0answers
93 views

JavaScript XML-parsing error using BlueImp file upload

I'm able to successfully upload a file to an ASP.NET handler using BlueImp. The response contains the expected JSON object and I have verified that my database contains the file. So far so good. But ...
1
vote
1answer
102 views

How to parse XML that is embedded in ASP page using jQuery

The asp classic page I'm fixing connects to SQL Server 2008 to get data that is formatted as XML. Initially it was because the previous developer was using the IE specific XML data islands and I'm ...
0
votes
2answers
71 views

Parsing part of a XML file with jQuery

After receiving "day" from a text input, how can I display the <product> of the <availabilities>, ONLY from the same date using jQuery? Maybe with the use of .siblings() ? <?xml ...
0
votes
2answers
94 views

Ajax response received in Internet Explorer but not in Chrome:

For some reason the following code works in Internet Explorer but not in Chrome or Firefox. in this browsers I receive the: "Not able to retrieve sliders data." alert. I would love for some ...
0
votes
1answer
68 views

allow_url_fopen=0 How to propper check for errors and are there alternatives?

Warning: simplexml_load_file() [function.simplexml-load-file]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/vol6/byethost22.com This host, (free ...
1
vote
1answer
120 views

getElementsByTagName for parsing xml file works only in IE8

I want to go through an xml file to find the "marker" simple tags and read their "lat" and "lng" attributes to show on the gmap. Opposite to what I've found on tenths of threads, GetElementsByTagName ...
0
votes
2answers
31 views

Find all like attributes in document, and change output based on value

I've been working on this list that will provide information from an xml file. The markup I'm working with is as follows: <?php $xml_file = '/path'; $xml = simplexml_load_file($xml_file); ...
0
votes
1answer
232 views

Using $.xml2Json return a complicated object

I have this code: $.ajax({ type: "GET", url: trgUrl, success: function (data) { var xml= $.parseXML(data); { var obj= $.xml2json(xml); ...
0
votes
1answer
48 views

XML Parsing in Javascript. Help Needed

Firstly I have created a javascript which positions, and animates certain parts of a site example: <ul> <li transition="fade" amount="5" thumb="images/thumb1.jpg> <div class="item ...
0
votes
1answer
349 views

IE 10 + jQuery - Not able to use “append” function

I am running an HTML 5 application using the KendoUI framework. Once of the screens deal with XML data that needs to be parsed and processed. This screen needs to be shown as a popup and that data ...
-2
votes
3answers
525 views

jQuery navigating XML parent child nodes and selecting appropriate attributes from each?

I am creating a templating system which can be interpreted at client side with Javascript to construct a fill in the blanks form e.g. for a letter to a customer etc. I have the template constructed ...
-1
votes
1answer
196 views

Editable grid in HTML [closed]

I have a HTML page. On that page I want to show a editable grid view. The information in the grid should come from database. User can change the information in the editable grid view. Once user submit ...

1 2 3 4 5
15 30 50 per page