- Thread starter
- #11
Hi patrick,
Sorry I missed this post for a while.
Ok the big problem here is the <BR> tags are converted into newline tags, and they can be used in some parsing. They are not used in the location part of the parsing and therefore will not work with the <Z> tags.
For this example given, I would create a template that parses the this whole section.
Template Text:
Then I would use the IParserData class to parse this list further, if required.
Cheers,
/James
Sorry I missed this post for a while.
Ok the big problem here is the <BR> tags are converted into newline tags, and they can be used in some parsing. They are not used in the location part of the parsing and therefore will not work with the <Z> tags.
For this example given, I would create a template that parses the this whole section.
Template Text:
Code:
</tr>
<tr>
<td>
<span class="bodytext">
<#INGREDIENTS>
</span><p></p>
<span class="bodytext">
<#MRIS0>
<P><#MRIS1>
<P><#MRIS2>
</span><p></p>
<span class="bodytext">
Then I would use the IParserData class to parse this list further, if required.
Cheers,
/James