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: Web Front Page using XSLT



> None of the 3 presented solutions give an automated method of pulling in
> the 3 most recent items,

document('http:///cgi-bin/myscript?number=3')

> So I'm guessing the answer is simply: XSLT can't do this.
Input to XSLT has to be at least a virtual XML file (eg if its not XML,
it is in some format with a sax parser). So you need _some_ way
of telling an xslt system in XML syntax what are the three most recent
items, but there are loads of ways of doing that.

David


 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]