| Thread | Last Post | Replies |
|
| XSLTransformation Question | 20 Nov 2005 15:39 GMT | 6 |
I have an XSLTransformation question I hope someone can help me with. I am trying to program this using VB.Net. I currently have a VB6.0 application which I am converting into VB.Net. The last piece of code I have to convert is an XML transformation. What I am
|
| User defined ReadXml funtions required | 19 Nov 2005 17:22 GMT | 4 |
When reading XML Files from .Net we are facing different different issues. like "The data at the root level is invalid. Line 1, position 1" and some more with extra spaces at the beginning of the document etc., But I am suprised to see that these are opened using browsers including ...
|
| Can I make this document format correctly? | 18 Nov 2005 21:06 GMT | 4 |
I need to build a document by adding sub docs to it. When I do so, I lose formatting. I've tried a suggestion I saw of simply setting the formatting a second time to no avail. Following is a console snippet that demonstrates the problem:
|
| Selecting nodes where a specific child does NOT exist | 18 Nov 2005 13:25 GMT | 2 |
I have been given a rather poor schema for an XML file in the following format :
><item> > <key>ProductCode</key> |
| SoapFormatter to XmlSerializer conversion | 17 Nov 2005 16:20 GMT | 2 |
We currently persist our objects to xml/soap files using a SoapFormatter. We control the serialization and de-serialization by implementing the ISerializable and its two interface methods, namely, GetObjectData and a constructor that takes two arguments (a SerializationInfo ...
|
| how to get file id in C# | 17 Nov 2005 09:15 GMT | 1 |
how to get file id in C# is there any kind of unique id that can be obtained for any file in a file system?
|
| Using C# to conver XML into Excel ? | 17 Nov 2005 06:50 GMT | 1 |
Hi Experts: Anyone knows if C# provide functions to convert XML file into Excel format? Thanks Polaris
|
| How do you remove and insert xml in C# | 17 Nov 2005 05:09 GMT | 4 |
All, In the xml document below I want to delete the <eConnectProcessInfo xsi:nil="true" /> and insert
|
| xsi:schemaLocation in xmldatadocument class | 16 Nov 2005 21:41 GMT | 1 |
I am creating an xmldatadocument from an acess database with visual basic. Here is the header code I am using: Dim xmldcl As XmlDeclaration = myDoc.CreateXmlDeclaration("1.0", "UTF-8", "yes")
|
| What is this "IBM437" | 16 Nov 2005 19:32 GMT | 3 |
This is from a code example in visual studio beta, what is the IBM437 ? thanks grs <?xml version="1.0" encoding="IBM437"?>
|
| Multiple definition of element in xs:choice element | 16 Nov 2005 09:37 GMT | 2 |
Hajo, I know only one way of forcing element to have one or more childes: <xs:element name="saleOrSupplyMethod"> <BR/> <xs:complexType>
|
| In-memory modification of NodeList | 16 Nov 2005 04:22 GMT | 1 |
Hi, Ignorant .Net Newbie Here - I'm loading up an XML document and trying to encrypt some elements but not others, by iterating through the nodelist returned from XmlDocument.GetElementsByName(). Goofy things happen. I get back 8
|
| XSD keyRef | 15 Nov 2005 22:55 GMT | 2 |
I have a complex type defined in its own schema as follows: <xsd:complexType name="myType"> <xsd:complexContent> <xsd:extension base="myBaseType">
|
| Writing XML from Dataset to Response Object as Binary File | 15 Nov 2005 20:14 GMT | 3 |
I have looked fot his solution, but Im not sure what to search for. I have an asp.net based report. I need the user to be able to download an XML file of the results so they can use the data in Excel, etc. I do NOT want to write the file to the server first. I just want to be
|
| xpath search by LocalName | 15 Nov 2005 16:01 GMT | 3 |
Does anyone have an idea how to retrieve all nodes in an XmlDocument where the LocalName is equal to some string?
|