Hi Experts!
I'm using Java XML SAX writer to write an XML file from a map object containing some data. The can get it create the file just fine. However some data elements contain HTML synt...
I have an XML file that contains transaction information from an outside vendor and need to create a style sheet to import it into MS SQL server 2000. I found the following code to import XML...
Hi,
I am having an XML file like as below:
--------------------------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<category nam...
Here's my code, simple enough:
<html>
<head>
<script type='text/javascript' src='http://www.google.com/jsapi?key=ABQIAAAAoN9kM0QqONCLIWU4yHeIJhSgG_jKAmzdssu2U-M8Edy2G0i_1hSCzKKxGUYV0SPX...
I am using visual studio 2008 and VB.net In my app, i have a drop down menu with values that are populated from an xml file. That part I have working no problem. What I need Is a way to fil...
I have XML that resembles the following:
Using Classic ASP, if I know the ID of a child, how do I XPATH to the the child's parent's node so that i can get the parent's name?
Given that I a...
I have an XML file and it has child nodes nested upto the 4 levels...
In the last child level, I have a field <revenue_code> that occurs three or more times in that same level.
How do I fetc...
Hi,
I wanted to add xsi:type="soap-enc:Array" to the XML in the node PayFileDS using c# .net.
I tried with
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSc...
I am working on updating fairly typical reporting site from ASP to .NET. The database calls are sent via CICS calls and I'm having some issues manipulating the data when it comes back. In AS...
I am working in PerformancePoint, and the application stores important data in a binary Blob field in a SQL 2005 table. If I know the specific field name that I am searching for I have been a...
I need to evaluate an xpath in a xsl:variable... but the problems is that am using xslt 1.0 and have no support for dyn:evaluate extension function. any other approach other than the extension...
I have a Scheduled Task that runs a XML file that P2Vs a server each night, what Im trying to accomplish to have something in the XML file so when it completes it will email me with somethin...
Hi,
Could anyone please help me out with a parsing logic that will parse NewsMLfiles and inserts into the database. NewsMl files are standard xml files with a metadata. My objecive is to pa...
I need to remove some lines from some XML files, specifically some of the xmlns stuff, but I need to do it in batches of thousands of files.
I'm trying to write a program that will ream the...
I am looking for a review / comparison of XMLSPY vs. XML Oxygen.
Can anyone point me at some reviews or barring that offer their own reviews?
Thanks,
Howard
I am having trouble locating tutorial for XML in Dreamweaver CS3. I need to learn how to bind xml data to form elements such as a <select> like I currently do with a MySQL recordset.
Can a...
Objective: I want to let my clients refine my geolocation data.
Here's what I have working so far...
Given a ZIP code and street address, I call a geocoder service and get back a latitu...
I want the code below to include a statement that says, "Go to <A HREF="http://www.bigshinyplanet.com" target=_blank">bigshinyplanet.com</a> to view the page.
Every time I try to do it, I g...
I am loading an XML document into a flash file.
</slideNode>
<slideNode jpegURL="images/prizes/prize2.jpg">Prize 2</slideNode>
<slideNode jpegURL="images/prizes/prize3.jpg">Prize 3</sli...
Hello experts
I had this question posted as an Adobe issue, but I thhink that may have been the wrong place. For whatever reason I got no responses after two days. So I'm trying it in a d...
Hi,
Below definition works fine but when I change my xml file to this it fails with "The 'HeadCount' element is not declared". Can I use xml without the namespace drama?
<root>
<Hea...
I am in a situation where I need to merge two or more XML files into a single xml file. The root node of the first XML will remain the root of merged file. The contents of the other files will...
I am looking for help on how to create some sort of template for Excel which can properly import data from a .CSV file.
Simply opening the CSV file into Excel is problematic because some of...
Hello all:
Brand new to the XML world.
I have attached below the XML file that my blog auto-generates. I want to take that file, which may contain dozens of entries and:
A) Pop the la...
Trying to import an XML file into a database using Binkers example:
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_22939751.html
Getting Error:
Warning: Sim...