Re: [xsl] Selectively convert Attributes to child Elements

Subject: Re: [xsl] Selectively convert Attributes to child Elements
From: The Web Maestro <the.webmaestro@xxxxxxxxx>
Date: Mon, 18 May 2009 21:12:09 -0700
Thank you! That was very helpful! One final addition: how do I get
this new element:

  <tags>news,breaking news</tags>

Converted to:

  <tags>
    <tag>news</tag>
    <tag>breaking news</tag>
  </tags>

?

Regards,

The Web Maestro
-- 
<the.webmaestro@xxxxxxxxx> - <http://ourlil.com/>
My religion is simple. My religion is kindness.
- HH The 14th Dalai Lama of Tibet

Current Thread