using System.XML giving error

Hi all, I’m facing a very wired problem. I’m trying to use System.XML in a C# file but it’s giving error.[quote]
error CS0234: The type or namespace name xml' does not exist in the namespace System’. Are you missing an assembly reference?
[/quote]

-It’s in iPhone platform
-I’m using Unity Advance
-This is script is in Plugins directory.

Thanks in Advance.

What capitalization are you using? It’s case-sensitive. I believe the correct capitalization of that class is System.Xml

Thanks a lot :). I know, I’m doing something stupid mistake. Thanks again.