Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested XML Solutions: 926 - 950 of 1221
 
Hi all, I am creating a jsp web application and am trying to display the content of an rss feed on my website. I have no problem displaying the contents, only that the date doesn't have the...
1. I would like to place two or more HTML tables on the same page, also using two seperate XML files. However, I did place both datatables within the same "DataSet1.xsd" for simplicity sake......
Hi, I am trying to format some fairly simple data into HTML using an XSLT stylesheet. One of the fields in the XML data actually contains HTML syntax, but every < and > is converted into an...
Hi Guy's, Could anyone tell me what I am doing wrong. I am trying to access the attributes of the following XML. <Message>  <Connect>   <CommParm port="1" />  </Connect> </Message> ...
Hi guys,      I have this interview in XML tommorow.What will i need to know?I heard something about converting XML files to html.How can this be done?and what else can they ask me?What abo...
Hi I have a simple tree structure of ITEM elements: <?xml version="1.0" ?> <MENU xmlns="http://myuri.org/menu.xsd" NAME="TREE_NODES">      <ITEM LABEL="A"/>      <ITEM LABEL="B">        ...
Does anybody know if IE6.1 is supposed to cache XML and XSLT files downloaded from the web server into data islands?  I've been testing with Tomcat and the browser seems to request the XSLT fi...
I'm using IE6 to perform client side transformations calling with eg http://localhost/abc.xml?xsl=xyz.xsl I would like also to be able to pass a parameter in to the xsl so I can retrieve...
Hi all, I would like to know how i can write a xml file using fileup to save and asp codings. i would like my xml file to look like this <content> <title></title> <p> <p_no> <text>...
I have XML file with CDATA section. How I can to read text buffer from CDATA in my VC++ programm. (I use the IXMLDOMDocumentPtr) <Element>     <![CDATA[abcdef]]>     <![CDATA[12345]]>  ...
I am tailoring the following xsl file to generate a form dynamically using the attached xml. It is working fine for text boxes and multi-lines, but I can't get it to work properly to generate ...
Hi, I am tryiing to get the value of the current  pagenumber in a variable. i want the value of <fo:page-number /> and use this value in xsl-if condition. for example i want to  di...
Hi, I am getting error "Area Overflow" when using XSL Formatter from Antenna House. I am using trial version of xsl formatter v2.5 .Here is xml and xsl files. just copy and same these fil...
Hello: I have been tasked with adding a 5-day forecast to a website.  Preferably, I would like to read in an XML document with weather information including at least the following 2 items: ...
Below is the Sample of the cXML file that i would like to parse. I used 2 approaches to get the data but i was not been completely successful. I following code to illustrate the 2 approache...
I am looking for software that will allow me to look at a DTD in a tree view. The software needs to be downloadable and have a free trial.
I need to create a valid FO document (and then convert it to a PDF and RTF), in which some pages have a portrait layout, some landscape. I guess I need to create fo:page-sequence for each gro...
I'm currently creating an application that will run batch and or windows programs/commands, it is XML driven.  The main point is to remove any/all need to have plain txt BAT and CMD files that...
Hello I have XSLT file with these bits of code in it: <xsl:for-each select="*">         <xsl:choose>           <xsl:when test="(position() &gt;= 1 + ($currPage - 1)*$dispCount) and (po...
Hi, Is it possible to to take a GET variable from URL and save in an XSLT variable? The reason I am trying to do this is because I want to do pagination of my xml using XSLT. Thanks
I want a datafeed for photos of different countries & cities in the world in xml. For exmaple, I want to send a request with a country and/or city name. Then receive an xml file with photos o...
Hi all, Could someone provide me a solution to the attached action script. Basically, I purchased a flash countdown component which uses an external xml file called countdown.xml. Here i...
I have a site www.mysite.com, which calls data from an XML file myXML.xml Here is how that XML file looks like <record> <data>123</data> </record> <record> <data>456</data> </record> <...
I need to generate a XML file of the form; <?xml version="1.0" encoding="UTF-8" ?> - <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchem...
Hi, I am using a web service in AS3 found here - http://labs.alducente.com/index.php?page_id=13#comment-118 Everthing is set up and working, if you look at the the link you will see this...