Probably not, since that's a non-canonical form. If you're XSL is already assigning the namespace to the attribute and the generated output is missing it, I think you're stuck.
Actually, now that I think about it, you might try declaring that your stylesheet is generating text, rather than XML (see xsl:output). That should prevent canonicalization from happening. cheers, barneyb On 8/9/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > I have this xml doc: > > <div delimiter="|"> > <aritcle delimiter="|" /> > </div> > > Which gets transformed into this: > > <div tap:delimiter="|"> > <tap:varible name="article" delimiter="|" /> > </div> > > But because of the way the remaining xml parsing routines function, > it's necessary to retain the namespace prefix on the delimiter > attribute, so... > > <tap:variable delimiter="|" /> won't work... > > Does anyone know if there's a way to force an XSL sheet to transform > this element into this intead? > > <tap:variable tap:delimiter="|" /> > > I'm not having any luck searching on this... > > > s. isaac dealey 954.522.6080 > new epoch : isn't it time for a change? > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214300 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

