xsl-list
[Top] [All Lists]

RE: Default namespace problem

2005-08-31 13:52:08
Just google for "XSLT default namespace".

Michael Kay
http://www.saxonica.com/


-----Original Message-----
From: Khorasani, Houman [mailto:houman_khorasani(_at_)csgsystems(_dot_)com] 
Sent: 31 August 2005 19:13
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Default namespace problem
Importance: High

It is driving me nuts:


XSLT:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:bt="http://www.csgsystems.com/bta"; exclude-result-prefixes="bt">


XML:
<OrderRequest xmlns:bt="http://www.csgsystems.com/bta";>



Works fine!!

But if XML has a default namespace instead:

XML:
<OrderRequest xmlns="http://www.csgsystems.com/bta";>


How do I do that in XSLT?

Please help me; they have jailed me into the office. ;o)

Houman



--~------------------------------------------------------------------
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>
--~--





--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>