[Home] [By Thread] [By Date] [Recent Entries]
kieters c wrote:
I looked at it again and I saw this strange construct in the apply-templates above, which is likely your problem. This cannot possibly compile. It is a compile time error to have an axis specification (self::) followed by anything other than a node or node name. I'm still wondering what you meant with "nothing", as you must have had an error at the very least. If you use a running environment where you don't see any errors, I highly recommend you to choose one that does (the commandline itself can be very helpful). The original code looked as follows. Leave it as that and you should be fine (there was nothing to replace there, because there was no key): <xsl:apply-templates select="*[not(self::sample_date_time)]" /> Cheers, -- Abel Braaksma
|

Cart



