If i run the attached code i get:
Server Error in '/Fixedline' Application.
--------------------------------------------------------------------------------
A connection attempt failed ...
Hi Everyone,
I really tried to work this out for myself before posting, but I genuinely need some help from some .NET gurus.Basically, I have an xml file that is returned from a data servic...
How would I create a form that would have as it's output these elements and in this format? Is there some place to start this project. Attached is the .txt file of what I am looking for. Th...
Hi, I have the attached XML.
I am trying to delete all occurances of the <area> tag within each <group> tag using vb.net - sadly I am struggling(!).
Can anyone help?
Many thanks.
Node to process;
<Fee dollarAmount="425" percentageAmount="425" feeType="false" />
What I have so far;
<xsl:template match="@percentageAmount">
<xsl:if test="../@feeType='...
I'm totally new at this. I am trying to modify an existing schema to allow an <a> tag to have an "onclick" event. Below is the code. How would I allow the <a> to have an onclick event?
(Let m...
Hi,
I have a Link file (xml) containing the ID nodes of several xml files, how do I load tdbgrid with the description node of the xml files based on the ID node of the link file matching th...
see this flash vid player here:
http://www.raynesmccarty.com/resize/index.php?option=com_content&view=article&id=71&Itemid=94
i'm trying to style the text to the right. i'm guessing it p...
another question.. Alot of the elements/node are repeated under section node <entry>
for instance:
<entry>
<g:product_type type='text'>Tights and Breeches</g:product_type>
</ent...
I have the below code and XML.. the data has to place where it has <Entry>. how do i get data from the second set <entry> I want to get the Elements "Titlle, Condition, & Image_link"
this i...
Hi,
I have many sites of friends and customers, made in good HTML. The only standard I would like to implement on them at this moments, to make maintenance easier, would be to have a functi...
I'm stumped right now. I have a flash .swf slideshow that loads into my homepage. The .swf file dynamically loads the images from and .XML file. The images in the slideshow can be links to ex...
Greetings,
I have xml data that looks like this:
<listings>
<listing id="73502">
<streetNo>6</streetNo>
<street>Sheep Commons Lane</street>
I use a loop like below to access...
<xsl:value-of select="aspdnsf:GetMLValue(ProductID)" disable-output-escaping="yes" />
The above line gets a product ID from my SQL database (i.e. 37). I need to put that number into an HTML...
I would like to hear your input about this questions. I though have some thoughts myself but I would like what you think about it:
In which context, XML is useful?
when it can not be usefu...
Hello,
I was able to delete the data from the data table and verify the deletion, but I'm still having problems linking through the table to put the data back to the xml file. What is the...
Hi,
My first step into XML and it had to be difficult! Well for me anyway...
I need to add an unordered list of category links which is sub-divided by departments in a static HTML page (...
Hi,
I was wondering is there a ready made tool that can check inside an xml file for a certain tag and extract it?
Hi,
Attached is a sample of the xml file I want to parse.
Some of the elements (intro, work, skills etc) contain HTML data, this causes me a problem when trying to parse the file. I am g...
I am using a xerces DOM parser. I would like to configure it so that it doesn't validate the namespace or schema location information indicated in the incoming XML, but still attempts to val...
I am trying to write a style sheet that will process two different types of xml document. Each xml documents has the same header but different details. From the header record i can tell which ...
I need to be able to exclude some nodes based on values within XML data and change an attribute name. I commented the included code to show what I am trying to accomplish.
I have an application that is store various information inside an XML document ranging from user login and password, to image settings and other stuff. I was going to store this all in one fil...
Dear Experts!
How do I generate a list of declared namespaces (URIs) in an XML document using XSLT 1.0?
Regards,
The following code sort of works. It constrains the "time" element to appear only once but it forces it to appear first. Is there any way to change the XSD to allow time to occur only once yet...