| Thread | Last Post | Replies |
|
| XPath syntax to check an attribute of all child nodes? | 02 May 2005 21:48 GMT | 2 |
I have sitemap like XML, of which every element has an attribute "url", e.g. <record menu_id="240" name="Countries and States" url="Countries.aspx"> <record2 page_id="54" url="CountriesEdit.aspx" /> <record3 page_id="27" url="Regions.aspx">
|
| Mime and attachments | 02 May 2005 19:34 GMT | 1 |
I need an advise on how to proceed. My understanding is that .net doesn't support mime and attachment web services. First question, is that true?
|
| Syntax to get contents of a specific node | 02 May 2005 14:16 GMT | 4 |
I think this is a simple Q but I cannot get the syntax right. I want to specify the node name and get its contents. I do not want to loop through and grab the contents of all child nodes - which the code below is doing fine. I want to replace the inner loop by specifying the node ...
|
| Problem With serialization | 02 May 2005 12:17 GMT | 2 |
I get an System.IO.FileNotFoundException when trying to serialize data. The "not found file" is a random name .dll after doing some Google, if found this article: http://weblogs.asp.net/cschittko/articles/33045.aspx
|
| [XSLT] How to obtain nesting level? | 01 May 2005 15:26 GMT | 3 |
I have several nested layers of <node> element that are processed by an XSLT template. Is there any possibility to determine the depth of a node in the overall nesting hierarchy? For example, I would like to obtain 0 for the root <node> tag; 1 for all child <node> tags; 2 for all ...
|
| Problem in dotNET XSL convertion object. (XMLTRANSFORM) | 01 May 2005 11:36 GMT | 1 |
I have a problem in dotNET XSL convertion object. (XMLTRANSFORM) It won't convert UTF-8 to ISO-8859-1 I use this stylesheet for konvertion: <?xml version="1.0" encoding="ISO-8859-1"?>
|
| Save DB query results as XML file | 01 May 2005 11:13 GMT | 1 |
I am trying to query a SQL Server database, retrieve the results as XML, and save them to a file. I was trying to use the SqlXmlCommand, SqlXmlCommandType.XPath and an xsd to query the database, and load the results into a XmlTextReader. This works fine. But then I get stuck. ...
|
| XMLTextReader - jump to beginning | 01 May 2005 11:13 GMT | 3 |
Hi, I receive XML document from input and I would like to read it several times... My declaration is
|
| InnerXML and InnerText BOTH don't work right | 01 May 2005 11:01 GMT | 2 |
I'm trying to get some text into an XMLElement that may or may not contain markup, and it may or may not contain characters that need escaping. I want the special characters escaped, but I want to preserve the markup. This is so a user can enter some text with (xml
|