Recent update: 2008-3-21
Visual Basic OrcasFor those of you who might be curious about how the XML integration features in VB9 work, ... at least) is that the March 2007 Orcas CTP is now out. ...www.panopticoncentral.net/category/24.aspx/rss - 51k - Cached - Similar pages ...
Wooley's Wonderings : Upcoming Orcas CTP enhances XML in VBI'm eagerly looking forward to the next (February/March?) CTP of Orcas. The XML team has just annouced some of the changes that will be coming with the next ... ...
Microsoft XML Team's WebLog : VB 9.0 Xml in Visual Studio "Orcas ... In February CTP you will find the same functionality as in the May CTP with many improvements. Some of these improvements came from the feedback of ...
OakLeaf Systems: Orcas March 2007 CTPPaul Vick provides a heads up for a new Channel9 video about VB 9.0's LINQ to XML features for Orcas. The 12:47 "LINQ to XML API and VB 9.0" segment shows ...oakleafblog.blogspot.com/search/label/Orcas%20March%202007%20CTP - 284k - Cached - ...
www.xmlpitstop.com > XML > Orcas and MeFrom a WF/WCF perspective, the story of our Orcas feature set is told quite ... an object-oriented set of classes for constructing RSS/Atom XML documents. ...www.xmlpitstop.com/XML/re-21613_Partial_Trust_support_for_WCF_in_Orcas.aspx - 66k - ...
O'Reilly Store -- XML O'Reilly is a leader in technical and computer book documentation for XML.www.oreilly.com/pub/topic/xml - 83k - Cached - Similar pages xml ...
XML JOURNALSYS-CON's XML Journal. ... nine years of continuous development. In Today's World of AJAX and Flex, Is XML Past Its Prime? Parasoft Releases Webking 5.5 ...xml.sys-con.com/ - 85k - 27 Mar 2007 - Cached - Similar pages ...
XML.Gov - Home PageExtensible Markup Language (XML) embodies the potential to alleviate many of ... Our purpose is to facilitate the efficient and effective use of XML through ...www.xml.gov/ - 22k - 27 Mar 2007 - Cached - Similar pages ...
Python and XML ProcessingPython's power and ease of use combine to make it an excellent choice for writing programs that process XML data.pyxml.sourceforge.net/topics/ - 8k - Cached - Similar pages ...
XML Technology CenterOracle XML Technology Center provides extensive XML documents, tutorials, samples and XDK downloads.www.oracle.com/technology/tech/xml - 54k - Cached - Similar pages ...
What is XML? - a definition from Whatis.com - see also: Extensible ...XML (Extensible Markup Language) is a flexible way to create common information formats and share both the format and the data on the World Wide Web, ...searchwebservices.techtarget.com/sDefinition/0,,sid26_gci213404,00.html ...
The XML C parser and toolkit of GnomeA part of the GNOME framework, but does not require GNOME. It provides interfaces similar to DOM and SAX and an XPath implementation. Released under W3C-IPR ...xmlsoft.org/ - 17k - Cached - Similar pages ...
XML Team BlogXML Developer Center. ... Join us on Feb 13th at 9:00am PST to learn more about the XML editing and Extensible Stylesheet Language Transformation (XSLT) ...www.microsoft.com/xml/ - 35k - Cached - Similar pages ...
The New York Times > RSSReally Simple Syndication (RSS) is an XML-based format for content distribution. NYTimes.com offers several RSS feeds for use in news readers and Web logs ...www.nytimes.com/services/xml/rss/ - 120k - Cached - Similar pages ...
XML - Wikipedia, the free encyclopedia XML is a simplified subset of Standard Generalized Markup Language (SGML). ... Formally defined markup tag and syntax language sets are based on XML (such ...en.wikipedia.org/wiki/XML - 108k - 27 Mar 2007 - Cached - Similar pages XML Tutorial ...
The XML FAQA comprehensive FAQ maintained by Peter Flynn, part of the W3C's XML special interest group.xml.silmaril.ie/ - 28k - Cached - Similar pages ...
xml.apache.orgProvides commercial-quality standards-based XML solutions for Java, C++ and Perl that are developed in an open and cooperative fashion.xml.apache.org/ - 31k - Cached - Similar pages ...
XML TutorialExamples of viewing, parsing, displaying and transforming data.www.w3schools.com/xml/default.asp - 25k - Cached - Similar pages ...
Extensible Markup Language (XML) Main page for World Wide Web Consortium (W3C) XML activity and information.www.w3.org/XML/ - 16k - Cached - Similar pages Extensible Markup Language (XML) 1.0 (F ...
explain with example
I'm getting this error with the March CTP when I use XML Axis properties and XML Literals. Since I'm not sure if its best to ask this question in the VB or XML forums I'm being safe and going with both. Can someone explain what causes this error?
When I try to insert code snippet (right click, select "Insert Snippet..." or CTRL + K, CTRL + X) context menu comes up but disappears straight after again. Is this a bug or some settings are wrong. When I open XAML file in XML Editor, snippets work normally. Thanks
When I try to insert code snippet (right click, select "Insert Snippet..." or CTRL + K, CTRL + X) context menu comes up but disappears straight after again. Is this a bug or some settings are wrong. When I open XAML file in XML Editor, snippets work normally. Thanks
Is it me or is the System.Xml documentation really missing from the .NET Class Reference in the included MSDN ? Can we expect it back in Feb CTP ? TIA
1443 byte By
lpx at 2008-2-14
Hi,I'm doing the following to have the XML representation of a class: Code Snippet XmlSerializer controlWriter = new XmlSerializer(typeof(Control)); StringWriter stringWriter = new StringWriter(); XmlTextWriter xmlTextWriter = new XmlTextWriter(stringWriter); xmlTextWriter.Formatting = ...
1443 byte By
lpx at 2008-2-14
Hi,I'm doing the following to have the XML representation of a class: Code Snippet XmlSerializer controlWriter = new XmlSerializer(typeof(Control)); StringWriter stringWriter = new StringWriter(); XmlTextWriter xmlTextWriter = new XmlTextWriter(stringWriter); xmlTextWriter.Formatting = ...
If I use the outlining features in the XML editor, the xml <SeriesTable Name="SPX_Daily" Category="Series"> <Series Name="D_SERIES_SPX_YAHOO_CLOSE" As="Close" /> </SeriesTable> would collapse to <SeriesTable ...
6294 byte By
lpx at 2008-2-13
hi,I want to serialize a class which has the two kinds of elements. Custom elements (non graphic and made by me, which are serializable by the XmlSerializer), and UI Elements from the WPF. The class which i want to serialize is this: Code Snippet public class Region : ISerializable ...
If I use the outlining features in the XML editor, the xml <SeriesTable Name="SPX_Daily" Category="Series"> <Series Name="D_SERIES_SPX_YAHOO_CLOSE" As="Close" /> </SeriesTable> would collapse to <SeriesTable ...
547 byte By
Carl_D at 2008-2-11
Is the "designer view" of an XSD Schema file somewhere in Beta 2 Visual Studio Professional? I have the "code view" but cannot find a way to switch to "design view". The was something that I use once in awhile in the 2005 VS Professinal Product. The release notes ...
8746 byte By
lpx at 2008-2-10
hi, I want to serialize a class which has the two kinds of elements. Custom elements (non graphic and made by me, which are serializable by the XmlSerializer), and UI Elements from the WPF. The class which i want to serialize is this: Code Snippet public class Region : ISerializable { ...
1986 byte By
TonyW at 2008-2-10
Hi, I was able to do two-way binding of simple SQL data types (int, varchar, datetime, etc) into a WPF textbox control using ADO.NET EDM Beta 2. My question is whether it's possible to do the same for SQL XML data type. My purpose is to bind XML attributes or nodes inside an xml data type ...
If I use the outlining features in the XML editor, the xml <SeriesTable Name="SPX_Daily" Category="Series"> <Series Name="D_SERIES_SPX_YAHOO_CLOSE" As="Close" /> </SeriesTable> would collapse to <SeriesTable ...
Hi, I am trying to create my own rss feed application using LINQ. I got the RSS feed, saved it as a XML, created a schema and created the following code: Code Snippet Dim urlTemplate = " http://weblogs.asp.net/aspnet-team/rss.aspx" Dim feed = XElement.Load(urlTemplate) Dim ...
The finance industry (and others) have "code lists" / vocabularies / enumerations that are specific to their industries, but an ongoing problem is the maintenance of these lists and the re-design of the "primary" enumeratiuon from time to time. One approach is ...
I don't mean to be rude - but just what would it take to finally read the above press release which I have been waiting patiently to see for several years now? Again, not to slight your team, but it's to many [admittedly uniformed] independent observers it seems a complete no-brainer to ...
Hi, I am trying to create my own rss feed application using LINQ. I got the RSS feed, saved it as a XML, created a schema and created the following code: Code Snippet Dim urlTemplate = " http://weblogs.asp.net/aspnet-team/rss.aspx" Dim feed = XElement.Load(urlTemplate) Dim ...
547 byte By
Carl_D at 2008-2-7
Is the "designer view" of an XSD Schema file somewhere in Beta 2 Visual Studio Professional? I have the "code view" but cannot find a way to switch to "design view". The was something that I use once in awhile in the 2005 VS Professinal Product. The release notes ...
If I use the outlining features in the XML editor, the xml <SeriesTable Name="SPX_Daily" Category="Series"> <Series Name="D_SERIES_SPX_YAHOO_CLOSE" As="Close" /> </SeriesTable> would collapse to <SeriesTable ...
547 byte By
Carl_D at 2008-2-6
Is the "designer view" of an XSD Schema file somewhere in Beta 2 Visual Studio Professional? I have the "code view" but cannot find a way to switch to "design view". The was something that I use once in awhile in the 2005 VS Professinal Product. The release notes ...
If I use the outlining features in the XML editor, the xml <SeriesTable Name="SPX_Daily" Category="Series"> <Series Name="D_SERIES_SPX_YAHOO_CLOSE" As="Close" /> </SeriesTable> would collapse to <SeriesTable ...
547 byte By
Carl_D at 2008-2-5
Is the "designer view" of an XSD Schema file somewhere in Beta 2 Visual Studio Professional? I have the "code view" but cannot find a way to switch to "design view". The was something that I use once in awhile in the 2005 VS Professinal Product. The release notes ...
Hi guys around the world: Visual Studio 2008 Beta 2: Intellisense in "web.config" does not work. But Intellisense works in "app.config". In both cases, the property "Schemas" contains: c:\Program Files\Microsoft Visual Studio 9.0\xml\Schemas\DotNetConfig.xsd How ...
512 byte By
erikj at 2008-2-4
I was wondering if it was possible to customize the XML resolution process in Orcas. If I have schemas that import other schemas, only the default resolution handling is available to interpret the schemaLocation hint. But if my files names don't match the values I use in the schemaLocation ...
253 byte By
XASD at 2008-2-4
<font face=Arial size=2></font> I'm using VS.2008 standard.I've set "Stylesheet" for my xml document but "Show XSLT output" still disabled.It seems VS dosen't have elementary xsl transform ability. Regards.
253 byte By
XASD at 2008-2-4
<font face=Arial size=2></font> I'm using VS.2008 standard.I've set "Stylesheet" for my xml document but "Show XSLT output" still disabled.It seems VS dosen't have elementary xsl transform ability. Regards.
I'm trying to bind XML data to a treeview control. The following lists the XML data, followed by the XAML code. I want to show the material (Aluminum, Copper) as the top level nodes of the treeview and the type of materials (2024, 2023) like this: - Aluminum - 2023-T351 - 2024-0 - 2024-0 ...
512 byte By
erikj at 2008-2-3
I was wondering if it was possible to customize the XML resolution process in Orcas. If I have schemas that import other schemas, only the default resolution handling is available to interpret the schemaLocation hint. But if my files names don't match the values I use in the schemaLocation ...
15884 byte By
Aybe81 at 2008-2-2
Hello, I'm just trying to do this simple thing but it does not work .... How to: Find an Element with a Specific Child Elementms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/wd_linqxml/html/8035f18c-6199-4abb-9f46-cc23155f5899.htm here is the sample code : Dim root As XElement = ...
Not sure if this is the correct forum for this question, but I will start by posting it here.I am attempting to write a custom MessageFormatter in WCF. I have an end to end prototype working except for a small issue with the deserialization of a DateTime property. I have distilled the problem ...