Enter Keywords:
1 - 10 of 1234(0.001 seconds)
Sort By:
 
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...
Zones: XMLDate Answered: 07/03/2000 Rating: 8.0 Views: 12
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...
Zones: XML, XSLTDate Answered: 11/13/2000 Rating: 8.6 Views: 0
Tags: xslt
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...
Zones: XML, XSLTDate Answered: 06/11/2001 Rating: 5.0 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...
Zones: XML, XHTML, XSLTDate Answered: 02/27/2001 Rating: 9.0 Views: 0
Tags: xslt
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...
Zones: XML, XSLTDate Answered: 08/24/2001 Rating: 7.2 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 ...
Zones: PHPDate Answered: 11/13/2002 Rating: 7.4 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...
Zones: XML, XHTMLDate Answered: 12/19/2002 Rating: 6.8 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...
Zones: Web DevelopmentDate Answered: 07/08/2003 Rating: 7.0 Views: 0
Do u guys know any tool(s) that can format the XSLT, just like the HTML source formatting tools?
Zones: XML, XSLTDate Answered: 09/21/2004 Rating: 9.4 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...
Zones: XML, XHTMLDate Answered: 11/04/2003 Rating: 8.2 Views: 0