Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Limiting XSLT result elements

From: Bjoern Hoehrmann <bjoern@---------.-->
To: NULL
Date: 5/19/2008 11:45:00 PM

* MyCross wrote in microsoft.public.xml:
>I have an XSL transformation that sorts some data by date, but now my
>client wants me to limit the number of data elements to 4.  That is,
>if the data contains 6 elements, they want it sorted in ascending
>order and only the last 4 records included in the output.  I don't see
>any easy way to do this, but I figure I must be missing something.

A simple method would be to write a second transformation that simply
strips the unwanted elements out of the output of the first one. In
some cases you may also be able to use the msxml:node-set() extension
function to strip the unwanted elements out. You could write your own
extension function and do it in script. And you may also be able to
just do it as part of your first transformation, e.g. by using a good
predicate. This all depends on the complexity of the input.

>Also, is there any way to validate that the data within a date field
>is really a valid date and ignore elements with bad dates?

That is what schemas and application logic are for, but you can do it
in XSLT, yes, an extension function or perhaps splitting the string
using functions like substring() and translate(), depending on the
format you are using, plus some math. EXSLT may have some solutions
for this already.
-- 
Björn Höhrmann · mailto:bjoern@h... · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent