| Thread | Last Post | Replies |
|
| AJAX (javascript help) - ASP.NET(C#) | 03 Oct 2005 17:56 GMT | 3 |
Please if someone can help me !!! I need client and server code(principle based on AJAX) for next problem: i have 3 <select> tags on html page.(it must be NO page reload(callback) only select(controles) regeneration !!!)
|
| how to get the element whose children fulfill the requirements | 03 Oct 2005 13:20 GMT | 1 |
I actually have two questions: I have a xml like this: <tab> <category name="Software" > Test purpose
|
| Get XPath position of an XmlNode | 03 Oct 2005 13:19 GMT | 4 |
I read an XML file to an XMLDocument and iterate through its nodes. How do I get the XPath position (index) of a certain element? For example If I on the second "b" node I want to get "2": <a>
|
| No XmlNodeType for an EmptyElement with Attribute | 03 Oct 2005 10:18 GMT | 2 |
I have a MemoryStream of XML in which I wish to strip out the namespaces and some other attributes and then write this revised Stream to a new MemoryStream Everything works grand in the code below expect when myReader comes
|
| Encoding troubles | 02 Oct 2005 14:50 GMT | 6 |
I have problems with XML Encoding concerning special characters like é and è. I have set the processing instruction to UTF-16 and the file is saved as UTF-16.
|
| Output after Transform is wrong | 02 Oct 2005 12:58 GMT | 2 |
What am I doing wrong here? The html output from this xslt is all run together with no tags or anything, when I should be getting "Hi!": <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet xmlns:msxsl="urn:schemas-microsoft-com:xslt"
|