[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A simple guy with a simple problem
- From: "Thomas B. Passin" <tpassin@home.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 16 Mar 2001 23:37:32 -0500
McNally, David J. transformed the STUFF using Omnimark, but ...
>
> The output I get is:
>
> C:\Temp>omnimark -s foo.xom foo.xml
> OmniMark C/VM 5.1
> Copyright (c) 1988-1999 by OmniMark Technologies Corporation.
> <?foo bar?>
> <!DOCTYPE foo SYSTEM "foo.dtd" [
> <!ENTITY bar "this is some STUFF">
> ]>
>
> <FOO>
> <LIT TEXT="hello"> <![CDATA[This is literal
> stuff]]>
> </lit>
> <LIT TEXT="stuff"> this is some stuff
> </lit></foo>
>
This is not well-formed because the case of <FOO> doesn't match the case of
</foo>. I presume this can be fixed easily, yes?
Cheers,
Tom P