in reply to Help translating into HTML
Input with C:
Output with C:C 1010 K Perl K is K cool F 1234 S Alright R Whatever R More R BlaBla
Input with I:<c> <p>%Perl,%is,%cool</p> <t> <setflag param="1234"/> <set name="temant">Alright</set> <r> <li>Whatever</li> <li>More</li> <li>BlaBla</li> </r> </t> </c>
Output with I:I 1010 K _EXE F 1234 R Whatever R More R BlaBla
Input special case:<c> <p>_EXE</p> <t> <ifflag param="1010"> <then> <setflag param="1234"/> <r> <li>Whatever</li> <li>More</li> <li>BlaBla</li> </then> </ifflag> </r> </t> </c>
Output special case:K Special K Case R One R Two R Three
Is this what you get?<c> <p>%Special,%Case</p> <t> <r> <li>One</li> <li>Two</li> <li>Three </li> </r> </t> </c>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help translating into HTML
by mrxg4 (Initiate) on Jul 18, 2004 at 20:47 UTC | |
by mrxg4 (Initiate) on Jul 23, 2004 at 03:50 UTC | |
by mrxg4 (Initiate) on Jul 26, 2004 at 22:31 UTC |