[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: A simple guy with a simple problem
- From: Gavin Thomas Nicol <gtn@ebt.com>
- To: xml-dev@lists.xml.org
- Date: Thu, 15 Mar 2001 12:09:22 -0500
> And worse, in one case, a suggestion that I was
> trolling with this simple example!
You were, 'cos you knew what the responses would be.
I gave you the ansewer you expected ;-)
> <?foo bar?>
> <!DOCTYPE foo SYSTEM "foo.dtd" [
> <!ENTITY bar "this is some ST">
> <!ENTITY biz "UFF">
> ]>
>
> <foo>
> <lit text="hello">
> <![CDATA[This is literal
> STU]]><![CDATA[ FF]]>
> </lit>
> <lit>
> &bar;&biz;
> </lit>
> </foo>
What is the transport mechanism being used?
As you are expecting now, people will tell you that
allowing this in the B2B protocol is bad practise.