To use use HTML sources? Do you mean to have complete HTML source in
the separate document and reference it from site.xml directly? If so,
this is what I am actually doing. The point is that the tags in the
skinned HTML document loose some attributes, like form's id in my
example.

Thanks,

-- Vic

On 3/30/06, Ross Gardler <[EMAIL PROTECTED]> wrote:
> Victor Okunev wrote:
> > I am trying to embed an HTML document with a <form> tag that has an id
> > attribute:
> >
> > <form id="contact" action="/gdform.php" method="post">
>
> The form tag is not allowed in XDoc. Try doing "forrest site" and you
> will find validaton fails.
>
> You will need to use HTML sources.
>
> Ross
>
>