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 > march 2004 > threads for march 8 - 14, 2004

Filter by week: 1 2 3 4 5

application/octet-stream
Posted by CyberCyclist at 3/14/2004 9:26:06 AM
I'm having a problem setting a web reference to services I created. I am able to set individual web references to .asmx files, but if I have an app that has many services, this is a pain. When I use the .vsdisco file for the application, it returns the following error The document was not recogn...more >>


Invalid URI: The URI scheme is not valid.
Posted by moondaddy at 3/13/2004 11:28:50 AM
Using vb.net, I'm making a string variable which contains the xml of a dataset, and then later I need to convert the string variable back into a dataset. When I try to read it back into the dataset I get the following error: "Invalid URI: The URI scheme is not valid." Here's a sample of ho...more >>

Flatten XML
Posted by Mark Goldin at 3/13/2004 6:30:53 AM
Is there a way (I mean in .NET) to flatten nested xml? ...more >>

map a path
Posted by mlmarloth NO[at]SPAM webmail.co-dot-za.no-spam.invalid at 3/12/2004 7:31:10 PM
How do you map URL to the local server directory address eg: http://abc.com/db.mdb -> c:/database/db.mdb in VB there is a mapPath function, is there something similar in XML? Posted Via Usenet.com Premium Usenet Newsgroup Services -------------------------------------------------------...more >>

XML implementation in .NET ?
Posted by SS at 3/12/2004 6:07:14 PM
Is it possible to validate or cross check a XML from a XSD file? If suppose the XML format is <MAIN Attribute1="" Attribute2="" > <T1 Attribute1="" Attribute2="" /> <T2 Attribute1="" Attribute2="" /> </MAIN > how can I do it? And if suppose the validation check cracks or fails, how ...more >>

Convert random XML into a DataSet or ...?
Posted by DraguVaso at 3/12/2004 4:36:32 PM
Hi, I have a Random XML-file that I want to read into a DataSet. So I don't know in advance what kind of structure the XML-file will have (exemple underneath this), but I want to be able to always read it into a DataSet or something like this, so that I'm able to do easily operations with it i...more >>

QUESTION: XML Serialization Attribute
Posted by VB Programmer at 3/12/2004 3:11:12 PM
I have defined a class, but my attributes (<XMLRoot... and <XmlElement...) all have squiggly lines under them stating that the attributes are 'not defined'. Do I have to 'import' something? Any ideas? ...more >>

XSD for Word 2003 and the rest of Office 2003 suite
Posted by Ruby Tuesdays at 3/12/2004 1:11:33 PM
Dear Microsoft XML Guru, Is there a site where Microsoft give XSD tutorial for the Office Suite, especially for the Word 2003 and Access 2003? I'm still stuck in converting my Word Table(s) which has merged rows and picture objects within it cells to Access. Perhaps XSD can give m...more >>



XML Help required
Posted by Alan Savage at 3/12/2004 10:32:03 AM
Hi, I would appreciate any help with what I am attempting to accomplish. We have a supplier that has a Biztalk server that you can post an XML document to and they send one back with information. The url is https://...........com/receivexml.asp I have created the XML document needed to pos...more >>

XML Serialization
Posted by VB Programmer at 3/12/2004 10:08:57 AM
(1) Can someone explain in a nutshell what this is, (2) when it's most useful and (3) post a quick sample code for serializing/deserializing? Thanks. ...more >>

parse xs:int
Posted by helder.rodrigues NO[at]SPAM eb-focus.pt at 3/12/2004 8:41:37 AM
Hi! Does any one know how to parse, in c#, a xs:int value to int? thanks Helder Rodrigues...more >>

XML schema datatype question
Posted by Rob at 3/12/2004 12:12:19 AM
Let me first say, I know squat about XML, but I'm trying to create a data element chart based on a schema I was sent by a developer. Most of this I think is obvious, but in this example, I dont understand the "1" or "2". I believe a "1" is boolean, is 2 an integer? <Contact ID="2" CompanyID=...more >>

short-circuits expression in System.Xml
Posted by Invalidlastname at 3/11/2004 7:03:46 PM
Hi, I am wondering if .NET, ver 1.1 more specific, XML supports short-circuits XPath expression as in MSXML 4.0 ? ILN ...more >>

Simple question but not answered yet!
Posted by C# newbie at 3/11/2004 6:14:45 PM
Hello there, How can I know that an element has a text type ? I think there must be a different between: <AAA> and <BBB>"text"</BBB> Can you help me out with this ? Thanks in advance newbie ...more >>

using XSL to merge 2 in-memory XML documents
Posted by Antonio Collins at 3/11/2004 8:25:22 AM
I keep running into situations where I'd like to process two (or multiple) in-memory XML documents via XSL. If one of the docs were on-disk, I would just refer to it via the document() function, but since the data only exists in an XmlDocument object document() can't help me directly. ...more >>

Xpath expression...
Posted by Maersa at 3/11/2004 12:29:25 AM
hi, i've got an xml file that looks like the following ... <root> <sample1>aaaa</sample1> <sample2>bbbb</sample2> | | <sample10>zzzz</sample10> <info>ccc</info> </root> How would my xslt pattern look when trying to only pick up <sample?> .... may have any numbe...more >>

SelectNodes unique
Posted by Jason at 3/10/2004 2:38:01 PM
Hi Would like to find out... to get the nodes of all unique values. for example there are 9 nodes, each of these nodes have a value. 1 node has a value of "test1", another 3 nodes have a value of "test2" and another 5 nodes have a value of "test3". so here i have 9 nodes in total, but i know ...more >>

Synchronising a Dataset object with XmlDataDocument
Posted by Randall at 3/10/2004 2:11:08 PM
Hi all, I am using a tool RespondUs to create test paper. And for each test paper it creates .xml files. I want to use those .xml files to do some data manipulation. For that purpose I am using XmlDatadocument and Dataset. But it gives me this error. The same table (material) cannot be th...more >>

Realtime Log into an XML file
Posted by A.M at 3/10/2004 11:27:13 AM
Hi I am trying to change our application so it logges into XML files, rather than TEXT files. But it has a problem. Considering an XML files like this: <item>7/22/2003 11:15:42 AM</item> <item>7/22/2003 11:15:42 AM</item> <item>7/22/2003 11:15:42 AM</item> <item>7/22/2003 11:16:12 AM</ite...more >>

SelectNodes doesn't work on elements that inherit from XmlElement??
Posted by JoostNews NO[at]SPAM hotmail.com at 3/10/2004 1:05:55 AM
Hi, I've created a MyDocument (that inherits from XmlDocument) and I've overruled the CreateElement-method to create MyElements instead of XmlElements. MyElement inherits from XmlElement. My unittest for SelectNodes work on an XmlDocument/XmlElements. However, they stop working on MyDocument/M...more >>

Document already has a DocumentElement node?
Posted by Simon Jefferies at 3/9/2004 4:26:42 PM
Hello, I'm trying to add a number elements to an XML document as follows: Dim xmlDoc As New Xml.XmlDocument Dim xmlNode1 As Xml.XmlNode = xmlDoc.CreateElement("Name1") xmlDoc.AppendChild(xmlNode1) Dim xmlNode2 As Xml.XmlNode = xmlDoc.CreateElement("Name2") Exception --> xmlDoc.AppendChil...more >>

How to use Count() in XML ?
Posted by C# newbie at 3/9/2004 3:00:22 PM
Hi, let's say the xml I'm using contains the word "Microsoft" as string. What's the xpath query to find out how many times the word is repeated within the xml file. Thanks NewBiew ...more >>

xpath / xml question
Posted by C# newbie at 3/9/2004 1:49:07 PM
Hi group, I have an xml file as: <AAA> <BCC> <BBB/> <data>'Test'</data> <BBB/> <BackGroundColor>'Test'</BackGroundColor> <BBB/> </BCC> <DDB> <BBB/> <BBB/> ...more >>

XML Schema Guidelines
Posted by Jim Mirra (Delphin Consulting Group) at 3/9/2004 12:00:54 PM
Is ther eany documentation on the best way to format specfic data in xml? I am specfically trying to store a bunch of records from 2 tables. a header record and multiple detail records. i am looking for the best way to store this type of information in xml. Thanks, Jim ...more >>

How to remove xmlns attribute from XML document (.net)
Posted by CraigGoogle NO[at]SPAM Yahoo.com at 3/9/2004 7:43:28 AM
Here's what I assume is an easy programming task, but I can't find a single reference anywhere for how to do it: Given an XML document like the one below, remove an xmlns attribute. <root xmlns="default-namespace" xmlns:one="first-namespace" xmlns:two="second-namespace"> ...more >>

XmlValidatingReader, XmlResolver, Proxy Authentication, Credentials, Remote schema
Posted by tditiecher NO[at]SPAM hotmail.com at 3/9/2004 3:05:58 AM
This is not a problem (anymore), I just want to share my finding. With kind regards, Taco Ditiecher. Problem ======= You're behind a firewall and want to use specify the credentials to validate some xml against a schema on a remote server. Symptoms ======== The followin Exception is...more >>

Extension object namespace copied to target document, how to prevent it?
Posted by John Smith at 3/8/2004 2:23:09 PM
I'm using an extension object with my transformation and it works great except that the namespace for the extension is copied to the created XML file. I don't want that. How can I prevent the XSLT from copying the namespace over? Thanks, John C#: string destPath = command.At...more >>

insert node into dataset with xmldatadocument
Posted by Norm Katz at 3/8/2004 1:04:35 PM
I hope we can get Microsoft's help on this issue. It's my understanding that XMLDataDocument is useful in maintaining the original format of an XML Document while being able to manipulate the data using a Dataset. The Dataset is not only useful for treating the document as a table with address...more >>

A question of Stategy=How do I make a validating writer?
Posted by Mark Bosley at 3/8/2004 11:50:38 AM
I have a app using a treeview to dynamically construct an XML doc. This doc is constrained by schema, but all I see concerning validation on MSDN and elsewhere discusses the ValidatingReader. What I would like is to have the app throw an error when I do something (eg appendChild ) dysschemic*. ...more >>

XPath ancestor:: axis problem
Posted by Wolf Logan at 3/8/2004 7:26:25 AM
I'm trying to make use of an XPath query (developed in another application) in my .NET application. after scratching my head over why it was working oddly, I checked the documentation for MSXML4 for the ancestor:: axis. it claims that the nodeset returned by an ancestor:: selection is in document...more >>


DevelopmentNow Blog