all groups > dotnet xml > april 2004 > threads for april 29 - 30, 2004
Filter by week: 1 2 3 4 5
Problem using XPathDocument
Posted by Atul at 4/30/2004 7:33:31 PM
Hi,
I am getting XmlException while running the following code:
string sConfigXPath = Constants.CONST_CONFIG_XPATH +
"[@"+Constants.CONST_CONFIG_TYPE_ID + "="+this.iType + "]";
string sConfigFile = Constants.CONST_CONFIG_FILE_LOCATION; //Returns me
the physical path @"C:\Temp\MyXml.xml"
... more >>
XML Schema Validation + Deserialization
Posted by shonend NO[at]SPAM yahoo.com at 4/30/2004 7:56:15 AM
I would like to perform a 2-pass XML reading from a stream. Once using
the Validating reader, just to confirm the validity against the
schema, and next time to do a reading to extract the data. Actually,
second time I do a deserialization, the data from XML is fed directly
to an object.
The p... more >>
XML validation
Posted by smith at 4/30/2004 3:36:02 AM
Hi
I am doing some simle validation of xml aganist xsd
in the xml the schmalocation will be "http://localhost/books.xsd"
But the validater is throughing exception like
"The remote server returned an error: (401) Unauthorized.. An error occurred at , (1, 40).
What I think is we have to do... more >>
XSLT Transform in .net, xsl:element attributes not generated
Posted by Wayne Lian via .NET 247 at 4/29/2004 9:52:59 PM
Hi all, Just wonder anyone have encountered this problem before?=
I tried using XMLSPY debugger and I can get the correct output=
for my XSLT transformation, however in =2Enet, after=
transformation the attributes I put inside xsl:element tag=
cannot be generated=2E
Part of the XML data:
... more >>
Serializing XmlNamespaceManager
Posted by Dan via .NET 247 at 4/29/2004 5:50:56 PM
Hi All,
Is it possible to serialize an instance of XmlNamespaceManager? =
I'd like to use it to manage a collection of namespaces and save=
that collection for later use but when attempting to serialize=
it, I get an error message indicating that XmlNamespaceManager=
is not serializable=2... more >>
Specified array type is not recognized in web service response
Posted by Tomi Laamanen at 4/29/2004 5:16:04 AM
we have problems in WebService -> .NET response
Response look OK in XMLSpy and tcpTrace
<m:AGW014N1Response xmlns:m="urn:com-softwareag-entirex-rpc:AGW014N1"><ArrayOfMAA SOAP-ENC:arrayType="MAA[100]" xsi:type="SOAP-ENC:Array"><MAA><MAATUNNUS xsi:type="xsd:string">AT</MAATUNNUS><MAANIMI xsi:type... more >>
|