Because xsl is strict xml and <[EMAIL PROTECTED] is not xml, you'll either have to wrap it in a CDATA section (never tried it) or use the <jsp:directive for including the taglib.
You will then need to include the taglib prefix in the namespace of the XSL document or relax the parsing. I can't remember how all thats done offhand, but I think this question was asked before on the group (or in the forum). have fun Brian (avoiding xsl like the plague since long time) On Thu, Jun 12, 2008 at 4:28 PM, Praveen <[EMAIL PROTECTED]> wrote: > > Hi, > I am pretty new to XSL. I have been asked to create a XSL where we > have taglib definitions with in it. eg: I need to have <[EMAIL PROTECTED] > uri="" prefix="customTag"%> defined with a XSL, and also I need to > access the Tags with in it. How do I do it? > > > > -- Brian Silberbauer Consultant +27 (0)83 566 2705 skype: brian.silberbauer http://www.linkedin.com/in/briansilberbauer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Tech" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.co.za/group/CTJUG-Tech?hl=en -~----------~----~----~----~------~----~------~--~---
