xsl-list
[Top] [All Lists]

Re: [xsl] XPath - accessing nodes with a namespace with no prefix

2009-12-05 04:06:56
On Sat, Dec 5, 2009 at 12:50 PM, Mukul Gandhi 
<gandhi(_dot_)mukul(_at_)gmail(_dot_)com> wrote:
With XSLT 1.0, I would do this something like following:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                       xmlns:xx="http://www.imsglobal.org/xsd/imscp_v1p1";
                       version="2.0">

That should have been:
version="1.0"

sorry for the typo.


-- 
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--