[ZPT] HTTP-XML input into ZPT

norman norman_khine at yahoo.co.uk
Wed Nov 1 16:25:53 EST 2006


Hello,
What tools are needed to read HTTP-XML generated data from an external site and display this within a ZPT?

I have an output.xml file on a remote server, like:

<?xml version="1.0" encoding="utf-8"?>

<products>
  <product>
    <id>2</id>
    <type>Type</type>
    <typedesc>TypeDesc</typedesc>
    <name>Name</name>
    <shortdesc>shortdesc</shortdesc>
    <status>0</status>
    <url>http://www.site.com</url>
    <thumbnail>2t.jpg</thumbnail>
    <image1>2a.jpg</image1>
  </product>

....

How to return this in ZPT and format it?

Cheers

Norman

 Send instant messages to your online friends http://uk.messenger.yahoo.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zpt/attachments/20061101/2f70fb7f/attachment.htm


More information about the ZPT mailing list