Oxygen XML Editor
 
[XML-DEV Mailing List Archive Home] [By Thread] [By Date]

Re: [xml-dev] Converting XML




On Dec 28, 2004, at 3:57 PM, tedd wrote:

> What's the easiest way to go from:
>
>     <booktitle>Understanding XML</booktitle>
>
> and convert it to:
>
>      <em class="booktitle">Understanding XML</em>
>
> Any ideas?

Learn XSLT.  You'd just write a template like:

<xsl:template match="booktitle">
   <em class="booktitle">
     <xsl:apply-templates/>
   </em>
</xsl:template>

Bruce


 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor