Subject: Re: xml:lang
From: Mike Ferrando <mikeferrando@xxxxxxxxx>
Date: Thu, 16 Jun 2005 09:35:04 -0700 (PDT)
|
Friends,
Sorry, I meant do I need a namespace to use xml:lang.
Anyway, here are some of the spec URLs I have found.
http://www.w3.org/TR/REC-xml/#sec-lang-tag
http://www.w3.org/TR/i18n-html-tech-lang/#ri20040429.092928424
http://www.w3.org/TR/xsl/slice6.html#fo_root
Mike Ferrando
Library Technician
Library of Congress
Washington, DC
202-707-4454
--- Mike Ferrando <mikeferrando@xxxxxxxxx> wrote:
> Friends,
> I am having trouble with the xml:lang attribute (or is it a
> namespace?). My PDF is fine, and everything works. I have no errors
> or problems with the rendered PDF. (Sure it is "unstructured" but
> that applied to anything that is not a "book" type document.)
>
> 1. I specify xml:lang="en" in my fo:root element. (below)
> 2. XSL Formatter rendered PDF shows the document properties
> language
> as blank.
>
> I have been surfing specs and I am wondering what exactly is the
> breakdown here. Is it the renderer? Is it the element choice for
> xml:lang? Is it that I need an xml namespace for this "attribute"
> to
> be recognized?
>
> Mike Ferrando
> Library Technician
> Library of Congress
> Washington, DC
> 202-707-4454
>
> <fo:root
> xmlns:fo="http://www.w3.org/1999/XSL/Format"
> xmlns:fox="http://xml.apache.org/fop/extensions"
> xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"
> xml:lang="en"
> >
>
>
>
> __________________________________
> Discover Yahoo!
> Have fun online with music videos, cool games, IM and more. Check
> it out!
> http://discover.yahoo.com/online.html
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
|