Enter Keywords:
1 - 10 of 24(0.019 seconds)
Sort By:
 
Hello, anyone, who can help me out this question[coz i try to work it out nearly 2 weeks, but my brain is nearly death]?Thank you in advance. I had a 'test.xml' file and a 'testxml.xsl' file. t...
Zones: XMLDate Answered: 06/05/2003 Rating: 6.0 Views: 0
I have the following basic xsl and xml page and I want to have th xsl page disply the info but in a random order every visit ot refresh of the browser. Here is my xml: <?xml version="1.0"?> <B...
Zones: XMLDate Answered: 12/03/2004 Rating: 9.8 Views: 0
I am new to XML/XSL so please bear with me. I have a page (see below) that displays a table from a data island.  It then allows you to sort on each column by clicking the table header.  This is ...
Zones: XMLDate Answered: 07/13/2000 Rating: 8.2 Views: 0
Please someone help me... XSL sort question... I have XML file like this: <customer>   <company_name>Google.com</company_name> </customer> <customer>   <company_name>ABC Inc.</company_name>...
Zones: XMLDate Answered: 01/29/2004 Rating: 8.2 Views: 0
I am trying to sort XML with XSL using the xsl:sort This works fine when I use static text as the "select" and "order" but when I use Attributes or Variables it does not work correctly? Is it po...
Zones: XML, XHTMLDate Answered: 08/27/2004 Rating: 8.6 Views: 0
I'm currently sorting a very large XML file using the following code:     m_objXSLDoc.selectSingleNode("//xsl:sort/@select").nodeValue = sSort     m_objXSLDoc.selectSingleNode("//xsl:sort/@data...
Zones: XMLDate Answered: 07/01/2005 Rating: 8.4 Views: 0
hi experts, i have xml being translated into xsl-fo, to be turned into an attendance form PDF, and i was hoping you could point me at how to change my XSL to make a page break when there i...
Zones: XMLDate Answered: 09/15/2005 Rating: 9.4 Views: 0
Hi and thanks in advance.  I would like to take my XML file (see details below) and sort (either by 'line' or 'all', users option) and display my items in a paged format (4 per page) with links on ...
Zones: XMLDate Answered: 12/04/2005 Rating: 9.0 Views: 0
I need a fresh outlook on a problem I have been working on.  I am very new to XSL, so I am hoping that I am just missing something obvious. I have a node containing images.  Each image has a sortor...
Zones: XMLDate Answered: 02/07/2006 Rating: 9.0 Views: 0
I have an XML file with a listing of employees that gets regenerated once a week.  I am using a XSL to display it in a portal.  However, I want the initial sort to sort by the "Year" column.  When ...
Zones: XMLDate Answered: 02/10/2006 Rating: 7.6 Views: 0