On Jan 28, 2005, at 11:39 AM, Mike Rylander wrote:
> instead of:
>
> <titleInfo type="uniform">
> <title>Harry Potter and the prisoner of Azkaban. Spanish</title>
> </titleInfo>
Why not:
<titleInfo lang="es">
<title>Harry Potter and the prisoner of Azkaban</title>
</titleInfo>
... ?
It's easy to use XSLT to attach the word "Spanish" to output based on
the lang attribute.
Bruce
|