frontline
07-22-2003, 09:42 AM
Hello
i have xsl file that formats simple xml file and builds html table .
im using the <xsl:sort select="@foo" /> to sort the table by the "foo" attribute
my question is what if i like after the html page already has builded to sort the xml file by "foo1" or by "foo2" (lts say i have attributes by that name)
is there any way to access the <xsl:sort > by js on the client and sort the table with new value in the "select" property?
hope you got my point there
thanks
i have xsl file that formats simple xml file and builds html table .
im using the <xsl:sort select="@foo" /> to sort the table by the "foo" attribute
my question is what if i like after the html page already has builded to sort the xml file by "foo1" or by "foo2" (lts say i have attributes by that name)
is there any way to access the <xsl:sort > by js on the client and sort the table with new value in the "select" property?
hope you got my point there
thanks