Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
3k views

Generate XML document in PL/SQL from Oracle tables

I have to generate XML documents in PL/SQL from some tables in Oracle. I have never done this before, and I have found there seem to be a few main ways to do it: xmldom API xml functions (such as ...
2
votes
2answers
499 views

No more xercesxmldom unit in Delphi XE?

I'm wondering what happened to the xercesxmldom unit as one of the XML DOM implementations. It seems to have disappeared in Delphi XE. Why? (I searched the docs; couldn't find any relevant info on ...
2
votes
1answer
539 views

How do I parse an XML file that's on a different web server?

I have a list of training dates saved into an XML file, and I have a little javascript file that parses all of the training dates and spits them out into a neatly formatted page. This solution was ...
1
vote
1answer
77 views

reading xml file with vbscript

I am trying to write a vbscript to automate the configuration of a storage array. I'm having some difficulty figuring out how best to navigate the XML. An example section of my XML: <SERVER> ...
1
vote
1answer
58 views

cannot access xml entries of google analytics response xml using simplexml or xmldom

I am accessing the google analytics data using curl. Its response text contains some thing like the following. <entry gd:etag='W/&quot;A0EEQX47eSp7I2A9WhZSFU8.&quot;' ...
1
vote
1answer
58 views

How to mark HTML DOM TextNode

I am populating all TextNodes in a page, posting their nodeValues to a remote site with an ajax query. When the associated callback is invoked, I want to somehow mark the TextNode fed to the callback ...
1
vote
0answers
445 views

Loading an XML file using xmlhttp in IE8

I'm designing an online survey, with one of the major features being that the questions are stored externally in an XML file, with random questions being loaded in each time. While the code I have ...
1
vote
2answers
190 views

Merging multiple existence of nodes in under one parent node using C#

I have an XML having multiple <Page Pageid="1"> nodes. All such nodes have <Para Paraid="1"> nodes under them. I want to do make single occurence of <Page> node such that all ...
1
vote
1answer
374 views

How to save an XML file to local file system (client) in PHP?

In my site, I have implemented the following functionality: If the user clicks on a button it triggers a PHP function which generates an XML file (that PHP function is called by AJAX). Everything is ...
1
vote
2answers
294 views

xml addattribute escaping &

I am escaping a string to match another string. Using javascript function escapeCode() { var a = RequestIsland.XMLDocument.firstChild; var lineItems = a.selectNodes( "//a/p" ); while ...
1
vote
2answers
216 views

Perl XML:DOM - Getting children at specific depth

I'm doing some XML parsing using Perl and decided on XML::DOM. Assume I'm parsing a file containing the following: <document> <A> <B/> <B/> </A> ...
1
vote
3answers
296 views

Can I return a whole XML document using XPath in javascript?

I am using Javascript, and I want to return an XML document with the results I want. For example, the XML document can be <books> <book> <title> Introduction to XML </title> ...
1
vote
1answer
424 views

PHP XML DOM - getElementsByTagName

I'm trying to use the weatherbug API, but seem to be stuck quite early in the proceedings. The [very simple] code I tried: function weather_widget($apikey, $zipcode) { $url = ...
1
vote
2answers
782 views

alternative to ancestor-or-self ( or select all nodes in the tree with a specific child node)

I am trying to identify all the nodes in a tree that lead to a specific node. I am trying to accomplish this through either MSSQL XML (2005) or by the Microsoft.XMLDOM in ASP classic. I know the ...
1
vote
2answers
497 views

MICROSOFT.XMLDOM — selecting a node that contains a specific node

Here is an extract from the XML: <?xml version="1.0" encoding="utf-8"?> <usa_map_locator> <map_data> <state> <id>2</id> <link/> ...
1
vote
1answer
984 views

pl/sql: converting xmltype to node

I am trying to put together an XML document from several pieces. To get the data, I had several queries whose results were XMLTypes. I found a function named getNodeFromFragment in the xmldom package ...
0
votes
0answers
41 views

How can I integrate LUA script with HTA script?

I have written a Plugin using LUA & IUP GUI that communicates with an HTA (HTML Application) script both running on Windows. (Just Google search the bold text above for references). The HTA uses ...
0
votes
1answer
36 views

my domdocument does not load xml file at all attemp

i have the following sub piece of code related to my given warning . $xml[0]="http://www.kat.ph/search/".$_POST['search']."/?rss=1"; //http://www.kat.ph ...
0
votes
0answers
47 views

XML DOM SetProxy

I am looking at use the XML SetProxy as I am having DNS issue, so I would like to use the IP to connect. What the easiest way to do this? I've tried .. .setProxy 2, "XX.XX.XX.XX", "" But it ...
0
votes
1answer
82 views

Retrieving Attribute of childNode in xmlDOM

I'm trying to parse a xml document to get some data for my program. I've only started learning html/js/xml two days ago so bear with me. Here is the xml snippet i'm trying to parse: <route ...
0
votes
0answers
126 views

How to copy the contents of an XML file corresponding to an XML DOM object (in javascript) to a javascript string variable

On my client side javascript code I created an XML DOM object of an XML document using the loadXMLDoc() method. The url to the XML file passed as argument to the loadXMLDoc javascript method is ...
0
votes
0answers
133 views

Classic ASP and XML Problem

I have some XML which is proving a bit problematic. The XML is quite simple and is as follows: <PropertyDetails> <Name>Test 123</Name> <PropertyImages> ...
0
votes
0answers
69 views

How does a DOMDocumentFragment relate to the DOMDocument

Can someone tell me in what ways does a DOMDocumentFragment relate to a specific DOMDocument? If I had to different DOMDocuments and created a fragment from both how would the specific ...
0
votes
1answer
462 views

dom xml parser java, same tags

i have this xml document which has varying number of same named tags. how can i get the count of the child elements and the value of it. <Question> ...
0
votes
3answers
1k views

Oracle: How do I display DBMS_XMLDOM.DOMDocument for debugging?

Running Oracle 10g, Sqldeveloper 1.5.5 I want to view the contents of an DBMS_XMLDOM.DOMDocument as a string in the output or results window in sqldeveloper. or some other simple way to debug this ...
0
votes
1answer
91 views

Why does the following Java Script fail to load XML?

I have taken an example taught to us in class,wherein a javascript is used to retrieve data from the XML,but it doesn't work.Please help I have also added the XML file below. <html> ...
0
votes
1answer
393 views

To uncomment a commented node in a XML file using C#

I have a XML file which has a node which is commented out. I have created this node using the syntax - relTableCommentedNode = xDoc.CreateNode(XmlNodeType.Comment, "RELTABLECOMMENTED", "np"); What ...
0
votes
1answer
201 views

Xquery to get all nodes that has a particular attribue

I have a XML file that has lot of elements with a particular attribute say href. Is there any x query to get all the nodes that has href = "ABC.jpg" ? If not what is the best way to do it ?
0
votes
1answer
2k views

Traversing all nodes in an XML file with VBScript

I have written a VBScript which is supposed to tranverse all nodes in an XML file, irrespective of the depth of the tree. This it does well except that the node names for the those nodes which are 2 ...