This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xsl:sort problems


You don't. xsl:script and xsl:eval are not valid XSLT 1.0 elements.

Instead of asking "how do I use something XSLT doesn't understand", you
should be asking "how do I solve something using XSLT". Describe what
problem you want to solve, and you will get an answer how to solve it in
XSLT.

In the mean time, you can try the XSL->XSLT converter
http://msdn.microsoft.com/downloads/webtechnology/xml/xsltconv.asp , it
promises to handle your outdated constructs and convert them to something
XSLT understands. And, as always, be sure to read
http://www.dpawson.co.uk/xsl/list.html and
http://www.netcrucible.com/xslt/msxml-faq.htm

- Eugene

: -----Original Message-----
: From: Jack A. Zucker [mailto:jaz@jackzucker.com]
: Sent: Friday, December 22, 2000 7:31 AM
: To: XSL-List
: Subject: [xsl] xsl:sort problems
: 
: 
: OK, I finally got xsl:sort to work using:
: 
: <xsl:stylesheet version="1.0"
: xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
: xmlns:fo="http://www.w3.org/1999/XSL/Format">
: 
: However, now my xsl:script (and apparently xsl:eval) are invalid.
: 
: How do I get both?
: 
: -Jaz
: 
: Email: jaz@jackzucker.com
: Jazz Guitar Site: http://www.jackzucker.com
: 
: 
: 
: 
:  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
: 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]