Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > dotnet xml > december 2005 > threads for december 8 - 14, 2005

Filter by week: 1 2 3 4 5

how do I get the ampersand character back?
Posted by David Bartosik [MSFT MVP] at 12/14/2005 5:15:00 PM
I'm parsing an XML file with XMLDocument, each node I write to SQL server. Sometimes values in the XML have to contain an ampersand, so they are in the XML as & obviously. I assumed the .net framework took care of converting & back to & But I'm wrong in that assumption. For eve...more >>


what is 'tns' in this statement in this wsdl doc?
Posted by hazz at 12/13/2005 8:33:51 PM
if I can ask that in this newsgroup? <input message="tns:addRestaurantIn"/> what is the tns used for here in this wsdl? Thank you thank you.. -hazz ...more >>

Sorting with XPATH
Posted by Loretta at 12/13/2005 3:01:02 PM
Given an XML node List with the individual nodes looking like the following, what kind of XPATH statement can I use to sort the nodes by element F8 and inside F8 by element F3? <OffNetworkRequestPackage> <Transaction> <OffNetworkRequest> <OffNetworkData> <UserEmail>loretta.pelis...more >>

How do I preserve XML tags in XSLT transform
Posted by Andrew Jocelyn at 12/12/2005 3:51:32 PM
Hi Is there a way of outputting some xml tags during an XSLT transform? For example when I use the 'xsl:value-of select="xhtml"' statement I'd like to output the children of 'xhtml' after the transform. At the moment the tags are being ignored. I don't want to put the contents inside CDATA ...more >>

directory structure xsl transformation question
Posted by dave at 12/12/2005 8:11:03 AM
I really have 2 questions regarding the following xml snippet. The xml is a directory representation. <?xml version="1.0" standalone="yes"?> <FileSystem> <Row> <ID>1</ID> <Name>Root</Name> <Directory>Root</Directory> <Dir>true</Dir> <ParentID>0</ParentID> </Row>...more >>

How do I create an XML file for my VB 2005 App?
Posted by dm1608 at 12/11/2005 2:42:49 PM
I would like to plug in a bunch of static, but related, information into a XML file that can be used by my VB.NET 2005 utility application. I would like to do something like: <shortname> <longname> <description> <version> <dateupdated> </shortname> <shortname> <longname...more >>

Identifying XML schema validation errors in.NET 2.0
Posted by Buddy Ackerman at 12/9/2005 2:37:06 PM
In .NET 1.x the validating reader used an XmlTextReader which had LineNumber and LinePosition properties so you could report where the validation took place. In 2.0 the XmlReader is a validating reader but has no line number or position properties so how can you tell where the error occured? ...more >>

Converting SVG in to PDF
Posted by Vidya Kulkarni at 12/9/2005 12:41:02 PM
Hi, I work in .net , I need to convert SVG in to pdf and send it over network through xml. Please help me.. -- Vidya ...more >>



Convert XML file to a bitmap file
Posted by SJ at 12/9/2005 8:23:02 AM
I'm currently using Visio to convert and XML file to a bitmap file, but it is taking too long. Is there a better way of converting an xml to a bmp file? I'm using DOM for modifying the XML file. Does DOM support conversion from XML to bmp? Thanks...more >>

XML Serialization of derived classes
Posted by John Glover at 12/8/2005 5:08:01 PM
I'm having a very strange problem with XML serialization. I'm writing web services which pass instances of various classes back and forth as parameters and return values of web methods. The problem is that in my derived classes, the XML that is automatically generated is lacking the properti...more >>

noob Q: Insert binary into xml?
Posted by supranoob at 12/8/2005 3:58:54 PM
I would like to wrap xml data/information around a file. Is it possible to insert binary data into an xml file? If so, where could I learn to do this? Thanks....more >>


DevelopmentNow Blog