Ignore:
Timestamp:
11/17/08 00:31:02 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: Replacing TWiki as webname by SYSTEMWEB where it is still missing
This is first of many checkins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SablotronPlugin/data/TWiki/SablotronXml.txt

    r287 r754  
    11%META:TOPICINFO{author="reitsmac" date="1016162470" format="1.0" version="1.3"}% 
    22You could make a list with several instances of %<nop>XSLTRANSFORM% like this: 
    3 %XSLTRANSFORM{xsl="TWiki.SablotronXsl",xml= 
     3%XSLTRANSFORM{xsl="System.SablotronXsl",xml= 
    44<?xml version="1.0"?> 
    55<people> 
     
    1111</people> 
    1212}% 
    13 %XSLTRANSFORM{xsl="TWiki.SablotronXsl",xml= 
     13%XSLTRANSFORM{xsl="System.SablotronXsl",xml= 
    1414<?xml version="1.0"?> 
    1515<people> 
     
    2323}% 
    2424But you might just as well do it with a single %<nop>XSLTRANSFORM%: 
    25 %XSLTRANSFORM{xsl="TWiki.SablotronXsl",xml= 
     25%XSLTRANSFORM{xsl="System.SablotronXsl",xml= 
    2626<?xml version="1.0"?> 
    2727<people> 
     
    3939</people> 
    4040}% 
    41 %META:TOPICMOVED{by="reitsmac" date="1016070170" from="TWiki.SablotronXML" to="TWiki.SablotronXml"}% 
     41 
Note: See TracChangeset for help on using the changeset viewer.