| Thread | Last Post | Replies |
|
| String Serialization issue | 29 Sep 2006 11:49 GMT | 1 |
Using Visual Studio, I created a WebService with the default "HelloWorld" method. It all works fine but when I try to get the method to return a French string, all the accented characters are removed. ie. I changed the webservice implementation to:
|
| Creation of XSD from XML | 28 Sep 2006 17:33 GMT | 2 |
Is there an easy way to programmtically create an xsd-schema from an xml file? Reason .... I create slightly different xml documents in my app, based on user data. I would like to create a temporary schema files from those xml
|
| Urgently needed a tool for generating XSLT file | 28 Sep 2006 12:14 GMT | 3 |
I am a novoice developer for XML and XSLT. I need a tool which generates XSLT files. The UI should be similar to the transformation maps we create in BizTalk; it would be greate if I can host the UI in my .Net application.
|
| Getting the right nodes | 28 Sep 2006 10:50 GMT | 4 |
Using Xml.XmlDocument I need to get all <rfd:li>-elements below <photoshop:SupplementalCategories> in the below XML-sample. I normally use GetElementsByTagName, but since there are other <rfd:id> elements other places in the doc, I cant.
|
| Urgent XSL question, please help, thanks | 27 Sep 2006 22:08 GMT | 4 |
I have xml tree like <root> <field name="l1"> <field name="l11">
|
| what r the XML softwares? | 27 Sep 2006 05:20 GMT | 3 |
I am new in this field and i need a help from you .... can u tell me which all r the softwares r needed for doing an Xml prog.(with version) . Thank you, Joshua Joseph
|
| New at this | 27 Sep 2006 00:14 GMT | 1 |
I have the following: <?xml version="1.0" encoding="utf-8" ?> <Football> <Week>1
|
| Deserialize xml | 26 Sep 2006 15:30 GMT | 1 |
I am getting an error when I try to deserialize a XML file into a object with a apostrpohe in the data. Works fine when I remove the apostrophe.
|
| Define a development approach to Parse/Load/Search an XML document of size ~1GB | 26 Sep 2006 13:23 GMT | 1 |
Hi All i have given a problem set in which i need to parse/load/search a xml document of near about 1 GB in dot net. Please help me in this also do not have the luxury to dump the data into a relational database
|
| Getting unescaped XML from a transform | 26 Sep 2006 13:21 GMT | 1 |
I have a stylesheet that contains C# functions to generate XML. When I apply the stylesheet to my document, everything works perfectly except the data I get back is escaped like so: <test>this is a test</test>
|
| Autogenerate enumerations | 25 Sep 2006 18:33 GMT | 2 |
Does xsd.exe support generating .NET enumerations from XSD enumerations? That is, if I have ...
|
| Opening and altering XML-doc using XmlDocument wrecks havoc on doc | 25 Sep 2006 14:28 GMT | 1 |
I am trying to post-process some XML-documents from some third-party software. I open them, find the right element, manipulate the text and write it back to the element.
|
| swap nodes | 25 Sep 2006 14:21 GMT | 2 |
Hi, just a simple question, I have XmlDocument, two XmlNodes and I want to swap them in the document... how to do that? Any optimalizations these two will be siblings?
|
| ReadXML Illegal characters in path | 24 Sep 2006 19:19 GMT | 10 |
Getting error: Illegal characters in path what's wrong with this? string xmlSR = "<XmlDS><table1><phone>Value1</phone><name>jake</name></table1></XmlDS>";
|
| Crystal report Generation | 24 Sep 2006 11:14 GMT | 1 |
Can anyone here suggest me a solution to solve my follwoing problem? 1) I got a .aspx page and on that page i got a combo box and a command button. Combo box displays records from the database. I wanted to generate a report which is based on the record that user selects
|