xsl-list
[Top] [All Lists]

RE: [xsl] LINQ to XML versus XSLT

2008-06-27 07:26:35
From: Alexander Johannesen 
[mailto:alexander(_dot_)johannesen(_at_)gmail(_dot_)com]
Sent: Friday, June 27, 2008 10:21 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] LINQ to XML versus XSLT

Why no language hasn't got XML as a native datatype yet
is the truly absurd thing. Everybody use XML, yet no language has got
it in its fabric.

result =
   <contacts>
      <contact>
         <name>Patrick Hines</name>
         <phone>...</phone>
         ...
      </contact>
   </contacts> ;

Actually you can do exactly this in VB.NET today and Microsoft has said that it 
will backport the VB.NET idea to C#.


Andy.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--