Mark, AFAIU, .xml files in xdocs contain some info for building the page into the whole site, but major part of .xml is a simple HTML written with different mark-up.
So the change you see in this commit is a combination of small .xml with required service info, and .html included using <docinclude>. Both these files will turn into single .html in 'docs'; as I understand, the result after anakia processing is almost the same as for single .xml. Another reason is existing HTML document - for example, "NCAI_spec.html" is a slightly modified copy of "vm/vmcore/src/ncai/NCAI.html". Thanks, Ilya. 2008/5/13, Mark Hindess <[EMAIL PROTECTED]>: > > In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > writes: > > > > > Author: gshimansky > > Date: Tue May 13 01:32:11 2008 > > New Revision: 655779 > > > > URL: http://svn.apache.org/viewvc?rev=655779&view=rev > > Log: > > Applied patch from HARMONY-5812 > > [site][doc] NCAI site documentation > > > > > > Added: > > harmony/standard/site/docs/subcomponents/drlvm/NCAI.html (with props) > > harmony/standard/site/docs/subcomponents/drlvm/NCAI_spec.html (with > props) > > harmony/standard/site/xdocs/subcomponents/drlvm/NCAI.html (with props) > > harmony/standard/site/xdocs/subcomponents/drlvm/NCAI.xml (with props) > > harmony/standard/site/xdocs/subcomponents/drlvm/NCAI_spec.html (with > props) > > harmony/standard/site/xdocs/subcomponents/drlvm/NCAI_spec.xml (with > props) > > > I might be missing something but I assume checking in the .html files > in the xdocs tree is a mistake and that only the .xml files are required > in xdocs and .html only in docs? > > > -Mark. > > >
