Is it Possible to Embed XSL Logic in XML?

I came across an interesting challenge today, and while I'm giving up for now, I want to take note of it for future reference as I'm sure I'll encounter is again sometime soon. I use XML to store translation text for internationalization (i18n), and I tried to insert an HTML hyperlink in the XML document. While I eventually got the link to work by using entities, I wanted to build the href target using XSL. Now that is a different story. I found a couple references: http://www.dpawson.co.uk/xsl/sect2/onefile.htmlhttp://biglist.com/lists/xsl-list/archives/200210/msg00908.htmlbut they aren't really what I'm trying to do.
By Albert on January 16, 2008 9:50 AM