[ic] HTML in XML

Grant listbox at email.com
Fri Sep 26 14:13:09 EDT 2003


> On Friday 26 September 2003 14:52, Grant wrote:
> > <Description><![CDATA[<b>Brand new</b> toy truck]]></Description>
> > ###
> >
> > When I set up my Description XML tag it looks like this:
> >
> > ###
> > <Description><![CDATA[[scratch description]]]></Description>
> > ###
> >
> > and eBay gets [scratch description] as the description.  This is all
> > happening on a test page, and all kinds of other stuff is
> parsing jus fine.
> > Does anyone have any bright ideas that will allow passing HTML in an XML
> > request like this as well as allow IC tags to be included for parsing?
>
>  Is this code in a UserTag? If so, use $Scratch->{description}
> instead, maybe
> like this:
>
>  $xml .= "<Description><![CDATA[$Scratch->{description}]]></Description>";
>
> Regards,
>
> --
> Chris Wenham

I'm moving it into a UserTag right now.  What is the equivalent of something
like this that would work in a UserTag:

[include templates/components/ebay_description]

- Grant



More information about the interchange-users mailing list