This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

replacing < > in template


Ok, this one is funky, doubt it can be done but it doesn't hurt asking :)

Say that I have some XML like this

   <example>
       <menu id="t1" pageid="menu1" >
            <submenu id="t3" label="File">
                 <menuitem id="t4"  label="Quit" doFunction="window.close()"
/>
            </submenu>
      </menu>
   </example>

What I'd want is that all the code withing example should be shown, so the
tags needs to be replaced with
 entities, my question is if you in xslt can do a template for example so
that all tags within it regardless of whether they have templates elsewhere
get's their "<" ,">", "&"  etc replaced by html entities? Possible?

best regards
---
Mattias Konradsson








 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]