Subject: RE: needing help
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 27 May 2004 14:14:13 +0100
|
> -----Original Message-----
> From: Alejandro Raiczyk [mailto:alejandro.raiczyk@xxxxxxxxxxx]
> Sent: 27 May 2004 17:37
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: needing help
>
> Hi,
>
> I have two things that I want to do and I guess that there's no
> implementation for them:
>
> 1) I want to have something like <xsl:template match="X" mode="*"/>
> As you must guess I want a template that matchs all the
> modes, it would be like a default template.
XSLT 2.0 allows mode="#all"
>
> 2) I want to do this: <xsl:apply-templates select="X" priority="n"/>
> In some situations I would like to specify the priority in the apply
> templates.
I'm not sure exactly what you imagine this would mean, but the XSLT 2.0
<xsl:next-match/> might meet the requirement.
Michael Kay
>
> Any ideas ?
>
> Thanks in advance
>
> Alejandro Raiczyk
>
> AVISO LEGAL
> Este mensaje de correo electrsnico y sus documentos adjuntos
> estan dirigidos
> exclusivamente a los destinatarios especificados. Puede
> contener informacisn
> confidencial o legalmente protegida. No hay renuncia a la
> confidencialidad o
> privilegio por cualquier transmisisn errsnea. Si usted no es
> el destinatario
> indicado, le rogamos que lo elimine y se lo comunique al
> remitente. No debe,
> directa o indirectamente, usar, revelar, distribuir, imprimir
> o copiar
> ninguna de las partes de este mensaje. Si siendo destinatario de este
> mensaje no consintiera el uso de correo electrsnico, rogamos nos lo
> comunique inmediatamente.
> Bancoval,S.A. y sus filiales no seran responsables de las opiniones o
> informaciones incluidas en este mensaje salvo cuando el
> remitente esti
> autorizado para establecer que dichas opiniones proceden de
> Bancoval,S.A
> y sus filiales.
>
> DISCLAIMER
> Addressee/s identified herein. It may contain confidential or legally
> privileged information. No confidentiality privilege is waived or lost
> by any mistransmission. If you are not the intended recipient, please
> immediately delete it and notify the sender. You must not, directly or
> indirectly, disclose, distribute, print, or copy any part of
> this message.
> If you are the addressee of this message and do not consent
> to the use of
> e-mail, please communicate it to us immediately. Bancoval,
> S.A. and its
> subsidiaries are not responsible for the opinions or
> information included
> in this message except when the sender is authorised to state
> them to be the
> views of Bancoval, S.A and its subsidiaries.
|