ino:response/xql:result/OrderDetails[@ProdNo] has the following values:
A1
B2
C3
D4
B2
C3
E4
B2
A1
Since there seems to be no select distinct from the XQL, therefore, I got lots of du...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_10553101.htm...
Zones:
XMLDate Answered: 07/03/2000 Grade: A Views: 21
Hi Experts,
I'm looking for a way to group elements with the same tag, and then wrap them in a new collection-type tag, all via pure XSLT.
The thing should be generic, it should e.g. transfo...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_11809678.htm...
Zones:
XML,
XSLTDate Answered: 11/13/2000 Grade: A Views: 0
Is there a way of referencing the result tree from an XSLT transformation, within the stylesheet.
I don't think this is possible, because the parse is a single pass, but I'd love to be proved wr...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20060349.htm...
Zones:
XML,
XSLTDate Answered: 06/11/2001 Grade: C Views: 0
I would like to write an XSLT transformation that substitutes elements named <Name></Name> with <myName></myName>. I want elements named "Name" at ANY LEVEL substituted.
The catch is that I wa...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20080874.htm...
Zones:
XML,
XHTML,
XSLTDate Answered: 02/27/2001 Grade: A Views: 0
I'm using XSLT to transform an XML document into a new XML document. What I would like to know is if there is any way that I can perform some text manipulation on the contents of an element. Fore...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20172494.htm...
Zones:
XML,
XSLTDate Answered: 08/24/2001 Grade: A Views: 0
For just producing website initially, what are the advantages and disadvantages of Templates and / or XML with XSLT?
Carrying that idea forward for the production of catalogues (the site I have ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20349257.htm...
Zones:
PHPDate Answered: 11/13/2002 Grade: B Views: 0
I need to order an XML document by XSLT and get the result as another XML results. For instance:
<document>
<name>Michael</name>
<name>John</name>
</document>
must be sorted in:
<do...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20431193.htm...
Zones:
XML,
XHTMLDate Answered: 12/19/2002 Grade: A Views: 0
I am having a problem with table layout for my html page. I have set my table to a height of 420 pixels. This table is created by transforming an XML document using XSLT. When the data is transf...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20670897.html
Do u guys know any tool(s) that can format the XSLT, just like the HTML source formatting tools?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20729726.htm...
Zones:
XML,
XSLTDate Answered: 09/21/2004 Grade: A Views: 0
I have a small spreadsheet that I would like to publish on out Intranet and make changes to it every now and then. Here is the XML source:
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20784469.htm...
Zones:
XML,
XHTMLDate Answered: 11/04/2003 Grade: A Views: 0