Re: [xsl] XML attribute value to pattern match of the replace function

Subject: Re: [xsl] XML attribute value to pattern match of the replace function
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Sat, 20 Feb 2010 21:40:23 +0530
On Sat, Feb 20, 2010 at 9:04 PM, Selvaganesh
<selvaganesh_t@xxxxxxxxxxxxxx> wrote:
> <hov:template match="caseref">

I think, I noticed this earlier too in Selvaganesh's stylesheets :)
Couldn't resist to comment.

A prefix like, "hov" for XSLT language instructions is not a good
practice. Does anybody disagrees with this?

The most common convention, is to use the prefix "xsl" for XSLT
language instructions. The XSLT spec, also uses the prefix "xsl"
within itself.

Though, it is a common practice to have business specific namespaces
(URIs & prefixes) in the instance documents.



-- 
Regards,
Mukul Gandhi

Current Thread