| Thread | Last Post | Replies |
|
| XML DOM vs. IE DOM | 31 Jan 2007 22:34 GMT | 2 |
I want to reference my XML DOM the same as in IE. I want to say dim strTitle as string = xmlnodereader.element['books'].attribute['title'].value = "The Autobiography
|
| XML Notepad 2007 | 31 Jan 2007 22:10 GMT | 1 |
Is source available for the XML Notepad 2007 tool? The download states that the source is packaged within the .msi file but we can not find it. Thank you..
|
| Using the WebControls.Xml control | 31 Jan 2007 21:32 GMT | 1 |
I am using the WebControls.Xml control to render some xml from a memory stream using an xsl file from disk. It seems to be doing everything now but rendering the xml. (slight detail) When I execute the following, I see that my XSL was used to display some
|
| XmlTextReader Help!!! | 30 Jan 2007 18:58 GMT | 3 |
Ok, so here's my problem. I'm trying to read an xml file using an XmlTextReader. The file itself is simple. What I'd like to do is compare each node's value attribute to another string. If they are the same, I'll retrieve the text of the node and do some mumbo-jumbo with it.
|
| Loading XML file into XMLDocument | 30 Jan 2007 18:27 GMT | 1 |
Hey There!... I've been dealing for hours trying to figure out why do I get the following error message: Type 'System.Xml.XmlDocument' in Assembly 'System.Xml,
|
| How to replace attribute's special characters using XMLTextReader | 30 Jan 2007 17:32 GMT | 12 |
I ran into a problem where my XMLTextReader fails on .Read() when I have "<" character in one of the attribute's values. What I am trying to do is replace illegal characters ("<", "&" , etc.) with legal stuff ("<", "&", etc.), before I send the XML text to a SQL Server ...
|
| How do I enforce a xsd? | 30 Jan 2007 14:16 GMT | 1 |
My users shall be able to upload xml documents to my web server. I will check the validity of the documents with my xsd schema. The document will contain something like: <project>
|
| Question about serializing... | 30 Jan 2007 02:38 GMT | 2 |
I've currently got a database structure which is something like:- class a - member type - effective date
|
| insert a xsl:value -of into a href property | 29 Jan 2007 13:04 GMT | 1 |
I want to insert a variable in XSL into a the href property of a anchor. What is the syntax for this??? <a href="Mypage.apsx?docID=<xsl:value-of select='docID'">Click this link</a> Is that correct?
|
| XML web app | 27 Jan 2007 16:21 GMT | 1 |
I have XML schema for an industry data exchange standard. I want to create SQL table based on XML schema and create web service that will used by the industry to exchange the data. I also want to create web application ( web form ) based on the XML Please advise how I can do ...
|
| suppressing xsd namespace declarations with XmlSerialize? | 26 Jan 2007 21:08 GMT | 3 |
Hi... I'm just starting to play around with xml serialization. Is there any way to suppress the xsd and xsi declarations in the resulting xml? It doesn't appear that they're used but they come out anyway.
|
| XPATH | 26 Jan 2007 18:09 GMT | 1 |
I am successfully using XPATH to extract a Spreadsheet node from a xml file. I am now trying to append this element to a different XML file and I am getting a error stating 'The node to be inserted is from a different document context.' This is a true statement but I really don't ...
|
| XPATH Excel Node extraction | 26 Jan 2007 16:44 GMT | 2 |
Given the following I am trying to get the worksheet and all of its table, rows and data so that I can then add the result it to a master xml file. This will allow me to accumlate several worksheets in a file. I also need a named range for each worksheet. I am not sure if XSLT ...
|
| How to Generate XSD from an XML | 26 Jan 2007 15:11 GMT | 1 |
I am trying to extract from an xml file all the attributes and the data and create an XSD file which will match with my xml. I am using .NET VB. Does anyone Know how to do it ? Does anyone has a sample code of creating the XSD file ,simply by having the XML ?
|
| C# Serializing to XML Example | 26 Jan 2007 12:06 GMT | 3 |
I wonder if someone could help here. I'm trying to serialize a class with a parent/multiple child relationship. In other words, there are 3 classes: parent, children, child. The parent has a single children class. The single children class (which is
|