| Thread | Last Post | Replies |
|
| SelectNodes does not contain all nodes continued | 09 Nov 2004 18:56 GMT | 1 |
I wasn't ready... I have this XML: <section name="11"> <department department_id="10">
|
| Generate XmlDocument from XmlSchema | 09 Nov 2004 15:53 GMT | 1 |
Can anyone point me to some examples of generating a complete XmlDocument given an XmlSchema object?
|
| XmlSerializer.Deserialize complain when root declare the namespace | 09 Nov 2004 15:51 GMT | 4 |
Subject: XmlSerializer.Deserialize complain when root declare the namespace If I do XmlSerializer.Deserialize( myString ) and myString is: String myString = "<?xml version=\"1.0\" encoding=\"utf-16\"?><DocumentResponse ><documentSize
|
| How to do with xml file -> schema file (fuction i .NET) | 09 Nov 2004 15:51 GMT | 1 |
I use a BulkLoad to import file.xml to my base MS Server 2000. To import this xml file I need schema file. Mayby you know how to do this file mechanicy f.g. mayby somebody have some script in .net who generate this schema.
|
| XML Signature Reference Object | 09 Nov 2004 13:32 GMT | 2 |
I need to sign a specific node in an XML file that contains analytical data & has a structure something like the following: <DOCUMENT> <RESULT_SET>
|
| Finding/removing nodes with attribute value | 09 Nov 2004 12:35 GMT | 2 |
Hi. I have a rather large xml document (object) that can have one or more nodes with a certain attribute throughout (at ANY depth, not at the same level necessarily). I need to find this attribute and remove the containing node (and child nodes) if it has a certain value.
|
| XQuery DLL | 08 Nov 2004 20:23 GMT | 8 |
So I've been reading about XQuery, but cannot find a dll or namespace download to use the technology in vs.net 2002 or 2003. Any directions would be great.
|
| bug in XmlSerializer.FromTypes()? | 08 Nov 2004 16:34 GMT | 1 |
It seems that XmlSerializer.FromTypes() method cannot handle inner class properly .. or is there anything I did wrong? The following code will throw a reflection exception at FromTypes() method. Is there a work-around?
|
| ASP.Net Multilingual | 08 Nov 2004 15:01 GMT | 4 |
i need to develop a multilingual s/w, i did it in ASP3.0 two years back, The main functionality i need is to put all the interface data in XSL Templates, make an XML packet in ASP, load XSL file transform it on server side and pass the pure HTML on the client, now the biggest ...
|
| XML on the fly | 08 Nov 2004 09:11 GMT | 2 |
I've a problem. I have to read a xml file from url (ex. http://www.remote_server.blelele/search?qt=request&nm=10&st=0®=14) and convert it. I think(probably;)) that this xml is generate
|
| Store Image inside XML | 07 Nov 2004 18:38 GMT | 10 |
I need to store an image from a Graphics object(.NET) inside a xml data island. Anyone might have came accross or have an idea how to do this. Please share. Thanks & Regards,
|
| WebService output > Tab-separated text? | 07 Nov 2004 18:34 GMT | 2 |
I'm receiving output from a webservice formatted as follows: <?xml version="1.0" encoding="utf-8"?> <DataSet xmlns="http://tempuri.org/adrloc/levering"> <xs:schema id="Bridgis_DataSet" xmlns=""
|
| Recusive elements | 07 Nov 2004 18:14 GMT | 2 |
Struggling at the moment so I'm wondering if any one can help me out. I'm creating a *.xsd schema where and would like define certain elements as recursive for example...
|
| Querying attributes | 07 Nov 2004 01:14 GMT | 2 |
Is it possible to have a XPath query that returns all elements where any of its attributes begins with the specified string? TIA, Richard Rosenheim
|
| Error DeSerializing XML document - xmlns=''> was not expected | 06 Nov 2004 00:02 GMT | 5 |
I get this error during DeSerialization. Serialization works fine though. Error: There is an error in XML document (2, 2). <Persons xmlns=''> was not expected.
|