DocBook validation correction

OK, this one is just weird--order matters (!?); The <orgname/> child of
<affiliation/> needed to precede the <address/> child.  The document
would not validate without this change.  Seems very strange.
This commit is contained in:
Martin A. Brown 2016-01-17 10:47:50 -08:00
parent 8be30ab554
commit baa8685331
1 changed files with 3 additions and 3 deletions

View File

@ -12,10 +12,10 @@
<firstname>Saqib</firstname>
<surname>Ali</surname>
<affiliation>
<address>
<email>saqib@seagate.com</email>
</address>
<orgname><ulink url="http://www.xml-dev.com">Offshore XML/XHTML Development</ulink></orgname>
<address>
<email>saqib@seagate.com</email>
</address>
</affiliation>
</author>