Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested XML Solutions: 876 - 900 of 1221
 
In my asp.net page I have three DropDownList boxes the 2nd dropDown I need to populate dynamically from database depending on the value selected in the first dropDown.  similar functionality l...
Could anybody please give me any reference guide to learn XML, XSLT with ASP.NET? I want to learn some basics. Thanks for the help!
Hi I'm trying to edit a custom email template from Protx payment processing and the information that carries the address is <xsl:value-of select ="transaction/billingaddress" /> this out...
I bought got a pre-made website template that uses XML. I'm trying to move the menu options (i.e. Home, About Us, Services) over a bit or center them, but i can;t figure it out. Here is the...
Does anyone have any links to examples, or have any personal examples of how to use the Get Demographics API from Zillow? I can handle working with PHP, but I really know nothing about XML. An...
I have an xml doc I want to display using an xsl stylesheet. The doc is transformed in a jsp. When I try to use a different stylesheet I get an 'unknown error' message displayed. Viewing the d...
Hi, I have an xml which has special character like &#160; I created a JDOM out of it and after  XSLT transformation on the JDOM. When I try to JDOM parse the output of the transformation i...
I have an xml document which has both text and html in it. Something like this: <text>   <h1>title</h1>   <p><b>bold text</b> with a <a href="#">link</a></p> </text> If I apply a styl...
[CODE] <pnode name="asdf" index "1">    <cnode index = "6">a</cnode> </pnode> <pnode name="Parent" index="2">    <cnode index = "6">b</cnode> </pnode> [/CODE] What i want to do;    ...
How can I apply an XSL style to a XSD Schema to give me a default skeleton XML document to work with?  Are there standard XSL stylesheets that can do this? I searched for it all over.  
Hello ! I can't understand how the transformNodeToObject method works. I have a XML Document and a XSLT document as input, I want a XML document as output (transfomed by yhe XSLT). This...
suppose i set emptyok true... is there any syntax i can use in order to create one button that can pool out the user without alerting him that he hav to type something?
Hi, I'm trying to write a script that dynamically creates textfields based on an XML doc.  I want to be able to to create textfields based on how many nodes are in the BODY of the XML file....
I have a huge XML file with around 1500+ records/nodes and need a good XML editor which can quickly detect duplicate entries for nodes, sort records, point any errors and allow validation agai...
Hi! I am new to xml. I am experimenting with xml http requests. I am unable to by pass my created status check: if(xmlhttp.status!=200) found within the function state_Change(). The result sho...
Hello, I am trying to split the xml file data by a <listitem> node with the following script but it is not doing it right, please can you let me know how to do this? sItems = Split(XMLFi...
hi I I am new in XML, I never used it before.  We have xml  formatted  data stored on sql server table , we want to retrieve is data and display it on an asp page. below is an example of a r...
K, so i am working on this project where all the calculations were going to be calculated and used in the flash file to use and display.  The scope has changed now so they want the results set...
In my struts Application,  From my Action class, I call the manager class and the manager class calls the  DAO calls which would query the DB to fetch the results . Now the requirement is, i n...
Hi, I am attempting to upload my XML file to Google Base to have my products listed, but I keep getting an error message: "Data feed upload failed. No items are live." Im not certain wha...
Hi Experts, I have the following XQuery. xquery version "1.0" encoding "UTF-8"; for $div in doc("block.xml")/detail/div let $content := $div/content where $div/@class = "padbottom" o...
I have to write a spec sheet on how to format an XML file for transfer to my company. I will be giving the sheet to another company and they will use it to format the XML accordingly. I do...
Hello, I want to create a webpage on a web server (apache) which will receive the IP of a remote client who opens a web page from the server and send to this IP a variable to a flash movie if...
We've a complete filepath: file://filer12/group/IT/MCU/css/initialize_ns4.css We need to get ONLY the filename by means of XSL (initialize_ns4.css). How to?
is there a limit for what a cdata contains in an xml? if yes what is that limit? thanks. A.