Re: About the docs

Nikolai Weibull <[email protected]>
Newsgroups gmane.comp.tools.aap.user
Message-ID <[email protected]>
* Bram Moolenaar <[email protected]> [Jul, 31 2003 20:30]:
>
> I just found out the changes are not backwards compatible.  In SGML I
> was using:
>
> 	<colspec colwidth='1.5in'>
>
> In XML it gives an error, the tag must be terminated, thus I changed it to:
>
> 	<colspec colwidth='1.5in'/>
>
> But that is (unexpectedly) not accepted in SGML.  There might be more
> problems, I didn't try fixing all errors that were reported for the XML
> version (most were for using </> instead of a real tag closing).
>
XML elements must be terminated, hence the /> at the end.  Also, values
must be enclosed in double-quotes ("), not single-quotes (') or nothing
at all.  Also, you may try to put a space between the quote and the
terminator (/>)
so:
	<colspec colwidth="1.5in" />
this should be the most compatible, but not sure if it is accepted by
certain SGML parsers...
	nikolai

--
::: name: Nikolai Weibull    :: aliases: pcp / lone-star       :::
::: born: Chicago, IL USA    :: loc atm: Gothenburg, Sweden    :::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,php,war3  :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.