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 XSLT Solutions: 201 - 225 of 472
 
Hello Experts, I am getting an tokenize error for the following... <xsl:param name="input"/> where input = Ambiguous reference to '%s',Attempting to import a package into itself wh...
xml --- <world>      <time id="one" text="1pm">           <timer link="yahoo.com">      </time>      <time id="two" text="2pm">           <timer link="google.com"/>      </time> </world> need an xslt that gives...
I need to process a summary of these XML Records <ROWSET>    <ROW num="1">       <CNAM>Company 1</CNAM>       <ISSUENO>1744</ISSUENO>       <STATUS>V</STATUS>       <TMRKT>JRH</TMRKT> ...
Currently the code below adds this attribute to my xml: encoding="ISO-8859-1" is added to <?xml version="1.0"?>, right? I need to add another node that looks like this: <?xml-stylesheet t...
Hi Experts - I'm trying to convert some XML received from a web service to an ADO dataset, update some data values, and then export it back out to XML for sending back to the web service. T...
I'm new to XML and web based applications and I'm having difficulty loading values from an XML file into a drop down list. The web page displays OK but the drop down box is empty. The drop dow...
Experts I have a set of nodes in my document that have the same name: <image>"value"</image> <image>"value"</image> etc... I need to change them to <image1>"value"</image1> <image2>"val...
hi, i have the following xsl: <?xml version="1.0" encoding="ISO-8859-1" ?> <!--  Edited with XML Spy v2007 (http://www.altova.com)   --> <xsl:stylesheet version="1.0" xmlns:xsl="ht...
I have a C# class generating an XML document that I later put through an XSL transformation, which is essentially outputting an HTML unordered list.  I have XSL to do the outputting of a list,...
Hi experts, The following code is trying to remove the scientific notation. However, it fails to do so for negative values, such as -2.5e-3 How do I revised the code? Thanks -----------...
I am trying to pass a url parameter to an xsl doc so that I can use that variable as a search and sort value for the transformation of an xsl doc.  I am using php and have implemented a soluti...
I am trying to extract specific nodes from xml documents to import into a spreadsheet. An example of the xml is below:- <?xml version="1.0" encoding="UTF-8"?> <!--    Copyright 2004-20...
I have several XML files in a directory. I all want to combine them into one XML file. There are many, many web pages that explain how that is done: 1. Make an XML file that lists the files t...
I'm working for hl7 v3 project - one of our requirements is CDA and MLLP support. what are there ? can you throw some detail  on this ? we are thinking of using Java technology will it be CDA ...
Hi Gertone, a neverending story ;-) <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:visio="http://schemas.microsoft.com/vis...
html-file created by xsl from xml-data: how to filter through checkboxes? Hello, I have never done this before, so I need some help. From an xml-database consisting of several xml-files, ...
i am trying to convert an xml into particular html format using xsl. view1.xml --------- <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="view1.xsl"?> <...
I have a stylesheet which accepts xml (which happens to be html) from some process. The problem is that the process is generating &nsbp; which causes the xsl parser to crash. From looking o...
We have a xml as follows: <network> <domain>   <node>    <type>web</type>   <url>busyhost.sap.com:9879/login/perl.cgi</url>  </node>  <node> ... ... </node> </domain> <domain>...
i have an rss feed formatted with xsl which returns one of the rows like this First start: 2008-02-14 12:30:00 GMT <br> Duration: 7200 <br>Where: London<br>Event Status: confirmed I need...
Hey, I am provided with an xml file, an xml path for a specific variable in that file and a value to set the attribute or field the path is referring to. Is this possible with XSLT and if ...
Hello all, This xml: <nodeList >           <node modelCatalogNum="11" >                          <node modelCatalogNum="abc"/>                          <node modelCatalogNum="def"/>                          <node modelCatalogNum="ghij"/>           </node>           ...
Please help me with XSL.  I'm new to XSL. Here is the XML --------------------- <envelope>    <account id="12">    <managed> 2 </managed>    <ppID> 23 </ppID>       <position>     ...
Trying to merge xml with xsl using c# and XMLDocument.  Doing the conversion is fine if i leave out the problem of outputing the DOCTYPE, so  the problem i have is that i also need to output t...
I have a xml document( XML1) with the following layout, which I need to convert to another xml layout(XML2) which follows a relational hierarchy of Location has one or more Divisions, Divisio...