Subject: Re: misc/34542: Mismatch of DTD's URL
To: None <hrs@NetBSD.org>
From: OBATA Akio <obata@lins.jp>
List: netbsd-bugs
Date: 09/23/2006 13:48:39
On Mon, 18 Sep 2006 16:05:05 +0900 (JST), Hiroki Sato wrote:
> You mean you want to use the XML files via HTTP from a Javascript
> program by using XMLHttpRequest() or so? If so, try the rendered
> HTML files instead.
HTML file is unstructured format, so it's hard to parse.
> Most of the XML files are not self-contained. To prepare such
> self-contained XML files such as RSS which can be used directly via
> HTTP, we need to add a make target for them and build them in the
> htdocs tree.
To put it the other way around, why such not self-contained XML files
is in htdocs tree? for what purpose?