Professional ASP.NET 1.1 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional ASP.NET 1.1 [Electronic resources] - نسخه متنی

Alex Homeret

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Changes in the System.Xml Namespaces


The
ReadInnerXML and
ReadOuterXml methods of the
System.Xml.XmlReader class now validate the content they return against a schema or DTD if present.


Several overloads of the the
Load and
Transform methods of the
System.Xml.Xsl.XslTransform class are now obsolete. Stylesheets should be loaded through an instance of the existing
XmlUrlResolver class or the new
XmlSecureResolver class unless they are from a fully trusted source.

New overloads are available for the
System.Xml.Schema.XmlSchema.Compile method and the
System.Xml.Schema.XmlSchemaCollection.Add method that accept an
XmlUrlResolver or
XmlSecureResolver instance.


/ 244