[ic] HTML in XML

Stefan Hornburg racke at linuxia.de
Sat Sep 27 01:37:06 EDT 2003


On Fri, 26 Sep 2003 13:13:09 -0700
"Grant" <listbox at email.com> wrote:

> 
> > 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]

$Tag->include('templates/components/ebay_description');

Ciao
	Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



More information about the interchange-users mailing list