(sorry if this is a duplicate mail)

It looks like the file faq.xml is not compliant with its dtd:

....
<answer>
               Blah, blah, blah...
</answer>
.....

but  you can't put text inside the answer, it has to be one of:
p|source|note|warning|fixme|table|ol|ul|dl|figure|anchor
Could anyone confirm this?

It should be
....
<answer>
               <p>Blah, blah, blah...</p>
</answer>
.....
shouldn't it?

- Is it fine as it is?
- Should the xml files be changed to be dtd compliant?
- Should we modify the dtd to allow text inside the <answer> tag?

I'm already taking care of the faq.xml translation to spanish making it 
dtd compliant.

(I would also like to know which should be the way for refecencing the
dtd in translated docs (.../trans/es/*.xml))

--
Agust�n Mart�n


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to