You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Mario Rodriguez Villanea <mr...@AVANTICATEC.NET> on 2001/11/23 18:06:39 UTC

tags in uppercase/lowercase

Hi people, i want to know whether exists a way to parsing an XML
file....and indicate to the parser that the letter case of 
the tags doesn't matter

for instance
<foo>
	something...
<foo>

is the same that

<FoO>
	something...
<fOO>

thanx

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


Re: tags in uppercase/lowercase

Posted by Arnaud Le Hors <le...@us.ibm.com>.
Mario Rodriguez Villanea wrote:
> 
> Hi people, i want to know whether exists a way to parsing an XML
> file....and indicate to the parser that the letter case of
> the tags doesn't matter

No. XML is case sensitive by definition.

> for instance
> <foo>
>         something...
> <foo>
> 
> is the same that
> 
> <FoO>
>         something...
> <fOO>
> 
> thanx

-- 
Arnaud  Le Hors - IBM, XML Standards Strategy Group / W3C AC Rep.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org


Re: tags in uppercase/lowercase

Posted by Arnaud Le Hors <le...@us.ibm.com>.
Mario Rodriguez Villanea wrote:
> 
> Hi people, i want to know whether exists a way to parsing an XML
> file....and indicate to the parser that the letter case of
> the tags doesn't matter

No. XML is case sensitive by definition.

> for instance
> <foo>
>         something...
> <foo>
> 
> is the same that
> 
> <FoO>
>         something...
> <fOO>
> 
> thanx

-- 
Arnaud  Le Hors - IBM, XML Standards Strategy Group / W3C AC Rep.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org