[
Lists Home |
Date Index |
Thread Index
]
Thanks, Dare and Joe ... That was what I thought but I'm writing an article
and I didn't want to spread false knowledge. So I decided to consult the
real guru's and be sure.
Dan Mabbutt
visualbasic.guide@about.com
* Tech Talk 'About' Visual Basic !
http://visualbasic.about.com/mpboards.htm
* Free Newsletter 'About' Visual Basic !
http://visualbasic.about.com/gi/pages/mmail.htm
-----Original Message-----
From: Dare Obasanjo [mailto:dareo@microsoft.com]
Sent: Saturday, October 11, 2003 10:29 AM
To: Dan Mabbutt; xml-dev@lists.xml.org
Subject: RE: [xml-dev] XML Attributes versus .NET Attributes
Attributes used to annotate classes in the .NET Framework have nothing to do
with XML attributes. The C# specification has a description of the kind of
attributes mentioned below at
http://msdn.microsoft.com/library/en-us/csspec/html/vclrfcsharpspec_17.asp
________________________________
From: Dan Mabbutt [mailto:Seigfried@msn.com]
Sent: Sat 10/11/2003 8:48 AM
To: xml-dev@lists.xml.org
Subject: [xml-dev] XML Attributes versus .NET Attributes
To the list:
I'm not in the same 'guru class' as the members of this list, but I'm hoping
that some members will help confirm a question I have in Microsoft .NET.
It seems to me that 'attributes' in .NET are not always valid XML
'attributes'. As an example, consider this quote taken from a MSDN article
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/h
tml/vbnet04082003.asp).
---------------------------
An extender provider uses attributes to tell Visual Studio .NET what
properties it is providing to supported controls. To include these
attributes, place the following code immediately above the line that says
Public Class MSDNTextboxValidator:
<ProvideProperty("DataType", GetType(Control)), _
ProvideProperty("DisplayName", GetType(Control)), _
ProvideProperty("MinValue", GetType(Control)), _
ProvideProperty("MaxValue", GetType(Control)), _
ProvideProperty("Required", GetType(Control)), _
ProvideProperty("RegularExpression", GetType(Control))>
---------------------------
Can someone from the list confirm or explain this for me?
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
BEGIN:VCARD
VERSION:2.1
N:Mabbutt;Dan;;Site Guide
FN:Dan Mabbutt
ORG:About.Com
TITLE:Visual Basic Site Guide
URL;HOME:http://visualbasic.about.com
URL;WORK:http://visualbasic.about.com
EMAIL;PREF;INTERNET:visualbasic.guide@about.com
REV:20021211T144434Z
END:VCARD
|