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 > july 2004 > threads for july 29 - 31, 2004

Filter by week: 1 2 3 4 5

XML and carriage returns
Posted by Josh at 7/31/2004 11:19:02 AM
Hi, I'm using System.Data.DataSet.ReadXml to convert some xml from a webservice to a DataSet. The xml looks like: <?xml version="1.0" encoding="UTF-8"?><root><prioritiesTable><description>blah blah&#13;blah blah</description></prioritiesTable></root> The important thing here is the &#13...more >>


how do i write checkbox to.....
Posted by Supra at 7/31/2004 10:21:44 AM
how do i write checkbox1 boolean to xml in vb6 i can only do cstr( checkbox1.value) but in vb.net can't write to xml. i am doing irc chat similar to mirc or pirch chat. rw.WriteConfigInfo("User Modes", chkInvisible.Text, chkInvisible.Checked, "PirateChat.xml") in procedure events: ...more >>

Using single XSD to validate Similar XML files
Posted by metaphis2k2 NO[at]SPAM hotmail.com at 7/30/2004 7:45:50 AM
Ok, I have 2 xml files that are really similar. They have the exact same structure exept that in one XML some element are required and in the other they are simply absent from the xml. Problem is in they are similar at 90% what I was looking for is a way to validate and say what "case" I want ...more >>

DocBook XSL and .NET XslTransform
Posted by specialagent.mulder NO[at]SPAM gmx.net at 7/29/2004 11:27:37 PM
Hello *, I'm trying to transform my DocBook document with the FO stylesheet from the DocBook XSL distribution (the transformation with the XHTML stylesheet works). I changed "$years[1] + 1" to "number($years[1]) + 1" two times in common.xsl. But the transformation doesn't work anyway. The f...more >>

How to get list of namespces ?
Posted by Oleg Subachev at 7/29/2004 5:47:40 PM
How to get list of namespces that are declared in an element ? -- Best regards, Oleg Subachev subachev@ural.ru ...more >>

Namespaces ?
Posted by Mike Morse at 7/29/2004 11:34:05 AM
What see sample that show xs:element where the xs namespace = http://www.w3.org/2001/XMLSchema However, I see another example with xsi: where xsi = http://www.w3.org/2001/XMLSchema-instance What's the difference here? Are there right and wrong namespaces? Is there a global list of the on...more >>

Element vs Node?
Posted by Wayne Wengert at 7/29/2004 7:13:56 AM
I am trying to pull data from child nodes but I cannot find the syntax that works. I think I may be confusing elements and nodes? I want to get the value of the items in the <Sched> child nodes. The relevant part of my code are below as well as a part of the source xml. =============== Code ...more >>

help with reading xml file
Posted by mycsharpmail NO[at]SPAM yahoo.com at 7/29/2004 6:16:16 AM
Hello, I am working in .Net C# and have an xml file similar to the one below. I have tried using a DataSet but get the error "The same table (Gid) cannot be the child table in two nested relations". The file has a number of parent nodes at the "<ShipmentHeader>" level, each of which have a num...more >>




DevelopmentNow Blog