all groups > dotnet xml > march 2006 > threads for march 29 - 31, 2006
Filter by week: 1 2 3 4 5
xmlTextWriter
Posted by Gilgamesh at 3/31/2006 2:50:17 PM
Hello,
How do I use this class to create an XML document without saving it into a
file? I need to store the XML documen into a string so it could be passed as
a parameter to another class.
Gilgamesh
... more >>
XML validate by XSD schema with C#
Posted by gmocnik NO[at]SPAM gmail.com at 3/31/2006 5:57:23 AM
I am validating XML files on a server which has no internet access and
the validadation in C# does not work. Schema with which I am validating
has namespaces like: xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#".
I have these schemas all locally on ... more >>
GetXml() does return all fields.
Posted by GMG at 3/30/2006 11:55:40 PM
Null fields are missing, how can I prevent this and return all fields in the
dataset.
I am using the XML returned from a DOTNET XML webservice with a data island
in Internet Explorer. The error occurs when the updated XML is posted back
to the server with missing fields. How can the Web Service ... more >>
how to find nodes at xml file without complete load the xml file
Posted by joe at 3/30/2006 5:29:01 PM
how to find nodes at xml file without complete load the xml file
since the file is very big!!... more >>
XSD schema does not validate
Posted by Doru Roman at 3/30/2006 11:12:15 AM
Hi,
I use C# to validate an XML document. It issues error messages and I do not
understand why.
Here is the XML document:
<bookstore xmlns="http://tempuri.org/books.xsd">
<book genre="novel" style="hardcover">
<title>The Handmaid's Tale</title>
<price>19.95</price>
<author>
<... more >>
Implementing XPathNavigator on my class
Posted by Vinayak Kamat at 3/30/2006 8:55:26 AM
Hi,
I've an 'Employee' class. In my program this object is manipulated,
children (List<T>) added, properties modified etc. Everytime this
happens I want to be able to show some relevent html to the user. So I
use XSLTransform. This Employee class is basically an XML serializable
class produce... more >>
persisent timeout problem consuming webservice
Posted by Robbert van Geldrop at 3/30/2006 2:37:03 AM
Hello,
I have a problem in a C# client that consumes a webservice which is wrapped
by WSE 2.0 sp3:
The WebService works fine but very rarely my client comes in a state where
every call to the webservice results in a timeout exception. Meanwhile all my
other internet traffic passes normal... more >>
Match rules are never fired!!!--Please help--Urgent
Posted by Ankush at 3/30/2006 12:07:00 AM
Hi,
My match rules are not fired (though they should)--can anyone help
me please?
XML File trail.xml contents:
---------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<COURTCASE xmlns:lnv="http://www.lexis-nexis.com/lnv"
xmlns:lnvxe="http://www.lexis-nexis.com/l... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web.config with multiple schemas
Posted by Sami Marzouki at 3/29/2006 3:13:07 PM
Hi,
What I'm trying to do is:
- To write a Web.config with custom sections. (Done)
- To write a xsd schema for this custom sections.(Done)
- Tell the Web.config to take the two schemas.
When i specify the two schemas in the schemas property of the
web.config, it seems that only one is ... more >>
How can I validate an XML document with C#?
Posted by Doru Roman at 3/29/2006 11:27:16 AM
Hi,
I am a beginner and I try to understand how can I use C# and Netframework to
validate an XML document. Is XSD a solution? How?
Thanks,
Doru
... more >>
Can a XSLT combine several XML files during process?
Posted by msnews.microsoft.com at 3/29/2006 12:00:00 AM
Hi
Does anybody know if XSLT can process several XML file at a time
I have two xml document which stored in memory stream and wanna to combine
it together under several rules. I am tring to use a XSLT file but donon how
to process several xml at a time
Regards,
Norton
... more >>
Attributes failed to serialise correctly
Posted by Glenn at 3/29/2006 12:00:00 AM
Hi
Here's the scenario...
I have a web method to which a pass a customer ID. The web method looks up
the customer and returns an XmlNode which I deserialise into a type. I then
update information in the type and then serialise it back into an
XmlDocument ready for submission to another... more >>
|