Writing to windows registry using XML....
(2 messages)
Date: Thu, 23 Aug 2007 09:47:52 -0000
Dear All,
I have query regarding the registry.
Is it possible to write it to windows registry using the XML?
if yes then what is the API or tag used to write it.
I am just a beginner in XML.
thanks in advance.
Regards,
Umesh
...
|
XmlResolver Host Headers
(2 messages)
Date: Wed, 22 Aug 2007 14:44:29 GMT
(Apologies if this is not the right newsgroup - if so, please point me in
the correct direction.)
Can anybody tell me a way to set the host header value on a DTD request
through an XmlDocument object?
(I'm using the 1 ...
|
Generete an XML instance from its XSD
(2 messages)
Date: Wed, 22 Aug 2007 07:06:03 -0700
Hi
Is there a way to generate in code an empty instance of an XML from it's XSD?
I have a lot of schemas and I want at run time to create an empty instance
for them (I then have to fill one or two fields).
Shahar ...
|
Serializing descendants of generic collections
(2 messages)
Date: Wed, 22 Aug 2007 06:53:08 -0700
Can anyone explain why the following program doesn't work? The
attributes and elements of the MessageList class are not being
generated.
Am I doing something incorrectly? Or if this is a bug in .NET, is
there a known ...
|
XML schema validation with web services
(3 messages)
Date: Wed, 22 Aug 2007 02:10:39 -0000
I'm getting following errors in my schema validation .
Error Message: The 'TimeSeries' element is not declared. An error
occurred at , (1, 2).
The 'http://alx.ml.com/mapsws:BoxColor' attribute is not declared. An
error ...
|
(1 messages)
Date:
...
|
Check for well formedness and get all errors
(6 messages)
Date: Tue, 21 Aug 2007 07:17:24 -0000
Hi
I would like to run through an XML file using C# 2.0 and check for
well formedness - and I would like to get all errors and not jsut the
first one.
My code is, off course, very simple:
XmlTextReader xtr = new XmlTextReader(xmlInstanceTextBox ...
|
Problem generating SOAP request
(1 messages)
Date: Mon, 20 Aug 2007 08:40:00 -0700
I need to generate the following SOAP request in a VB Windows app and then
read the response XML data into an Access database:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap ...
|
.Net RSS Feed library with Filter...
(7 messages)
Date: Sun, 19 Aug 2007 15:11:47 -0700
Is there a commercially available RSS Feed API written for .Net (C# or
VB.Net) preferably containing methods to set filter terms to search
within the feeds?
Please let me know if anyone has had any experience with any of ...
|
Problem with transform XSL that incude asp.net controls
(9 messages)
Date: Fri, 17 Aug 2007 10:58:29 -0700
I have an xsl file that transforms an XML document and outputs it to
my web page.
The xsl file is also creating LinkButtons and they appear on the page.
However, I cannot get the linkbutton click event to fire for these
controls ...
|
|
DateTime Format
(2 messages)
Date: Fri, 17 Aug 2007 06:58:01 -0700
I declared one element in my XML Schema as "xs:dateTime", when I validate the
XML with the date in the format "dd/mm/yyyy", it shows the error that the
give value is not valid, so my question is how to change the date format ...
|
How can I serialize Color type?
(3 messages)
Date: Wed, 15 Aug 2007 22:59:07 -0400
Hi,
Can I xml serialize the property of type Color?
The following doesn't work:
[TypeConverter(typeof(ColorConverter))]
[XmlElement(typeof(string))]
public Color TextColor
{ get; set; }
How?
-- thanks
...
|
How can I compare 2 XML dataset schemas?
(2 messages)
Date: Wed, 15 Aug 2007 12:57:10 +0330
Hi,
How can I comapre 2 dataset schemas are compatible (Same table columns, same
keys, same constraints, ...)?
...
|
DataSet.ReadXml Method does not read/load space
(1 messages)
Date: Tue, 14 Aug 2007 14:36:00 -0700
Hello,
There is a space(as a data) in one of the columns. And i save my DataTable
as a xml file using DataSet. I used DataSet.WriteXml method to save as a xml
file. Now if I read that .xml file using DataSet.ReadXml method ...
|
image path
(2 messages)
Date: Mon, 13 Aug 2007 20:48:01 -0700
I have the following requirement for an assignment. Could u please help me
in creating xml document for this. I have images stored in c drive.
.. Create an xml document that models the image groups. Each grouping ...
|
xml doc
(2 messages)
Date: Mon, 13 Aug 2007 14:48:01 -0700
I have three image groups. I have to create an XML document that models the
image groups.Each grouping should include the name and location of the images
within the group.
How can I do that?
...
|
XML schema validation
(3 messages)
Date: Mon, 13 Aug 2007 09:00:33 -0000
Hi,
I have a XML file which I validate against a schema using the
following:
doc.Schemas.Add("", xsdSchema);
doc.Validate(new
System.Xml.Schema.ValidationEventHandler(ValidationErrorEvent));
This works fine, and ...
|
escape xml with xpathnavigator.appendchild
(3 messages)
Date: Sun, 12 Aug 2007 08:24:16 -0600
I'm using an xpathnavigator in a windows form to append child with
attributes.
xnav.AppendChild("<item name="""" value=""" & client supplied value &
"""/>")
When the client enters a value with illegal characters like ...
|
msdn and terminal services
(1 messages)
Date: Sun, 12 Aug 2007 06:22:01 -0700
does my msdn license give me terminal services licenses? I have a development
server using windows 2003 and sql 2005 both from my msdn. My developers
connect via ts in admin mode, but we need access for more than 2 devs ...
|
xpathnavagator no xml declaration
(3 messages)
Date: Sat, 11 Aug 2007 17:15:17 -0600
Net 2.0
I'm using xml to store company configuration settings in a BLOB database
field.
I create an xPathNavigator like this:
Dim doc As XmlDocument = New XmlDocument
Dim strXml As String = (-read the xml string ...
|