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 blah
blah</description></prioritiesTable></root>
The important thing here is the 
... 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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|