xsl-list
[Top] [All Lists]

RE: [xsl] Difference between xmlns:aaa= and xmlns:aaa:= in an XML Schema?

2009-07-07 09:40:08
xmlns:aaa:="http://.....";

This is not valid XML. You always write xmlns:aaa="..." or xmlns="...". 

~ Scott

-----Original Message-----
From: Ben Stover [mailto:bxstover(_at_)yahoo(_dot_)co(_dot_)uk] 
Sent: Tuesday, July 07, 2009 8:26 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Difference between xmlns:aaa= and xmlns:aaa:= in an XML Schema?

When I create a XSD Schema file then there are namespace declaration at the top 
similar to

xmlns:aaa:="http://.....";
xmlns:bbb="http://....";
targetNamespace="http://...";
elementFormDefault="qualified"
attributeFormDefault="qualified"
...

When do I have to write a "=" and when a ":=" ?

Ben



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