all groups > dotnet xml > march 2005 > threads for march 29 - 31, 2005
Filter by week: 1 2 3 4 5
Loading XSL
Posted by James Doughty at 3/31/2005 11:55:22 PM
Hi,
I know how to load a XSL from a file and make it do the XSL Transformations
acrooss my document. Here is what I need to do.
I need to load the XSL not from a file but from a string, which is stored
in a sql server table. I know the XSL in the table is corret since it's
what I used about... more >>
XmlDocument
Posted by Z at 3/31/2005 4:49:03 PM
Hi,
I am using the XmlDocument class in my program.
I fount there are no methods like GetAttributesByName or GetTagsByName, so I
had to write my own (not very hard). I am a bit surprised that methods like
(frequently needed) this do not exist. As I do not have much expirience I
wonder if t... more >>
Access XmlSchema properties?
Posted by Chris at 3/31/2005 9:01:02 AM
I'd like to be able to access the elements in an XSD/XmlSchema object to
determine things like the datatype. Can this be done without explicitly
running validation on a document? Can I programatically access the elements
via an XmlSchema object to determine datatype (or other properties)?
T... more >>
sorting a xmlDocumnet
Posted by moital at 3/31/2005 8:25:13 AM
i am looking for a c# way to sort an xmlDocument notes
the input of the function is a xml as string, and a path of the to be sorted
nodes
and the attribute to sort by as any one implement something like it ?
--
moital ... more >>
Serializing private members
Posted by Gregory Khrapunovich at 3/31/2005 6:41:35 AM
Hi,
I have a class that contains user configuration settings
and I would like to save it on disk when program exits
and restore data when program starts. XmlSerializer seems
like a natural choice. And it works fine. There is only
one problem. All members of the class must be declared
publ... more >>
Checkboxlist with XML
Posted by me at 3/29/2005 11:07:05 PM
Hello,
I have a novice question:
How do you populate a checkboxlist with XML data?
TIA
... more >>
Namespace Question
Posted by John Jenkins at 3/29/2005 8:46:41 PM
I sent this question in before, so apologies.
I have a number of schemas which I add into a schema collection. A number of
the schemas define types, the others contain business context message
details (e.g. updating an employee etc). The schemas which define general
types have their own namesp... more >>
easy: readxml() with basic.net
Posted by Steiner Hubert at 3/29/2005 8:10:23 PM
hello,
i use this code:
Dim ds As New DataSet
ds.ReadXml(Me.txtImportFile.Text)
at the readxml line i have the following error:
"FormatException"
please help
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
parent child relations
Posted by Jonathan Crawford at 3/29/2005 6:57:39 PM
Hi
I have an xml schema with a customer/order
master child relationship managed by a dataset
In the windows form I have the customer
fields bound to the customer node and
a datagrid for the orders
My problem is that the relationship in the
schema is not carried onto the form
I would ... more >>
XML Serialization Help
Posted by Jeff T. at 3/29/2005 8:37:16 AM
Hello,
I have an existing set of C# classes that encapsulate our application data.
They are in a heirachy with each subclass defining more specific types of
data. I would like to serialize these data objects as XML but perserve the
relationships in the XML document. For example, if my classe... more >>
|