all groups > dotnet xml > april 2007 > threads for april 22 - 28, 2007
Filter by week: 1 2 3 4 5
Random XPath generator
Posted by rsotolongo NO[at]SPAM gmail.com at 4/27/2007 5:13:47 AM
I need generate randoms XPath expressions to make queries to XML
documents.
Someone can help me to find a component (class) that auto generate
XPath expressions???.
Maybe, someone can say me where to start???.
... more >>
How to create objects derived from XML
Posted by Norbert Pürringer at 4/27/2007 12:23:28 AM
Hello!
I have somewhere read that it is possible to create automatically .NET
classes describing the structure of an XML file.
I would like to read an XML file, which will be deserialized in proper C#
classes.
Does someone know links for me which steps must be performed to do such
things... more >>
at runtime, get possible choices for xs:choice class
Posted by GovernmentMan at 4/26/2007 8:04:04 AM
Hi,
I am using Reflection to build a GUI based on a class create with XSD, in VB
..NET 2.0. For most elements, I can easily determine the Type and then
provide the user some controls to select what data to use (they are creating
an XML document essentially on the fly). But the choice elemen... more >>
Design time bug - [XmlDocument].selectSingleNode() - VS2005?
Posted by Paul at 4/26/2007 2:31:57 AM
I have some code that loads and queries the web config file in the
design enviroment.
This worked happily pre-VS2005 and indeed is still able to load the
Xml into an XmlDocument object.
I am also able to traverse it using DocumentElement, FirstChild etc.
But if I attempt an XPath query to... more >>
how to update an XML table
Posted by slinky at 4/23/2007 12:39:42 PM
Thanks in advance for any help... I have an .aspx file that I need to
update a list of email addresses to receive my newsletter (doesn't
have to be XML, an SQLserver table would work too I guess... are there
any advantages to either). OK I have a textbox that the user types in
their email addre... more >>
|