Getting Data from the Web (1 Viewer)

James

Retired Team Member
  • Premium Supporter
  • May 6, 2005
    1,385
    67
    Switzerland
    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:
    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
     

    Users who are viewing this thread

    Top Bottom