> ooppsss .....XML-RPC parser....

So what? You can put HTML inside a <string> tag or a <base64> tag in
XML-RPC. If it's a <string> tag, put the HTML in a CDATA section. If
it's a <base64> tag, then encode it using ns_uuencode (which actually
does base-64 encoding).

> > > ill be passing that string to an XML parser.... i may encounter
> > > problems......   any suggestions?
> >
> > XML means whatever you want it to mean.  Make up a tag that means "line
> > break" or assign that style to an existing tag.
> >
>
>

Reply via email to