[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Are namespace declarations 'counted' as attributes?
- From: Rob Lugt <roblugt@elcel.com>
- To: Edmund Mitchell <EMitchell@fnf.com>, xml-dev@lists.xml.org
- Date: Tue, 27 Mar 2001 16:38:24 +0100
It would appear that you are using a SAX 2.0 parser. In this case the
behaviour that you are seeing is correct because SAX 2.0 deems namespace
declarations to be different to standard attributes. However, depending on
your parser you might be able to control it by setting the core feature:
http://xml.org/sax/features/namespace-prefixes to "true".
Take a look at the list of SAX 2.0 features at:-
http://www.megginson.com/SAX/Java/features.html
Regards
Rob Lugt
ElCel Technology
http://www.elcel.com
----- Original Message -----
From: "Edmund Mitchell" <EMitchell@fnf.com>
To: <xml-dev@lists.xml.org>
Sent: Tuesday, March 27, 2001 3:37 PM
Subject: Are namespace declarations 'counted' as attributes?
> Hello
> If I have a parser that is returning the number 2 for
> the statement :
> attr.getLength()
> on this line:
> <schema entity1="d://abc/xyz/aa.fileExt"
> xmlns="http://www.w3.org/2000/XMLSchema"
> targetNamespace="http://www.abc.com/Frame1Work"
> xmlns:XX="d:\sss\schemas\ext.aa"
> xmlns:YY="d:\xml\s\b.ssd">
>
> Would the parser be right? If right, which of the 5 name-value pairs
would
> it be right to ignore?
>
> Thanks
>
> Edmund M
>
> ------------------------------------------------------------------
> The xml-dev list is sponsored by XML.org, an initiative of OASIS
> <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To unsubscribe from this elist send a message with the single word
> "unsubscribe" in the body to: xml-dev-request@lists.xml.org
>
>