#3863: DevTool - autoChangelog
-------------------------------+--------------------------------------------
 Reporter:  arczi              |       Owner:  garry.yao   
     Type:  New Feature        |      Status:  assigned    
 Priority:  Normal             |   Milestone:  CKEditor 3.x
Component:  General            |     Version:              
 Keywords:  Confirmed Review?  |  
-------------------------------+--------------------------------------------

Comment(by mosipov):

 stub stylesheet (I haven't done them for a while) :-D

 {{{
 <?xml version="1.0"?>

 <xsl:stylesheet version="1.0"
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
 <xsl:output method="xml" indent="yes"/>
 <xsl:template match="/">
   <html>
   <body>
       <xsl:for-each select="//row">
         <xsl:value-of select="id" /> <br />
       </xsl:for-each>
   </body>
   </html>
 </xsl:template>

 </xsl:stylesheet>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3863#comment:11>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to