xsl-list
[Top] [All Lists]

Re: Document Language

2003-11-24 11:31:46
At 05:25 AM 11/24/2003, Sajjad wrote:
Is there a function to detect the document language?

Now that would be very impressive.

While XSLT has no such function, as it happens it does have the function lang(), which is used to retrieve the value of the xml:lang attribute currently in scope. (xml:lang is defined by XML -- it's basically a flag to identify the language of an element, its attributes and descendants.)

xml:lang is defined in the XML Recommendation (http://www.w3.org/TR/REC-xml, 2.12); the lang() function is defined in the XPath Rec (http://www.w3.org/TR/xpath, 4.3).

Enjoy,
Wendell


======================================================================
Wendell Piez                            
mailto:wapiez(_at_)mulberrytech(_dot_)com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • Document Language, SHEIKH Sajjad
    • Message not available
      • Re: Document Language, Wendell Piez <=