| Thread | Last Post | Replies |
|
| Read XHTML into XML | 29 Jun 2007 14:27 GMT | 5 |
I need to read/parse XHTML aspx pages and look for certain tokens and content. How can I use a XmlTextReader for this? If not, any other ideas? Thanks in advance, JA Reyes.
|
| Embedded XML datatsource for dependent ddl's | 29 Jun 2007 14:16 GMT | 4 |
I need to put some embedded xml within a web page. It has to be in the webpage. Is their a way I could use this xml as a datasource for an extended Ajax cascading dropdown and not have postbacks (preferred) or just for some
|
| Newbie Xpath Question | 29 Jun 2007 13:08 GMT | 13 |
Hi everyone, i have a quesiton regarding XML/Xpath i have a XML document that has let say the following structure <cases> <case>
|
| XmlSchemaException on XmlSchemaSet.Compile() with imported schema | 28 Jun 2007 21:41 GMT | 1 |
I'm absolutely tearing my hair out on this one, and would appreciate any help anyone can provide. I need to validate incoming XML files against a local XSD which imports a remote XSD. When setting up the XmlReaderSettings, I am getting a XmlSchemaException on
|
| XML getting the namespace | 28 Jun 2007 14:27 GMT | 4 |
I'm working on a ASP.NET component with one requirement being to catch Web Service exceptions. I've managed to get it working using the following code XmlDocument doc = new XmlDocument();
|
| XML Validation against XSD | 28 Jun 2007 13:05 GMT | 1 |
I am trying to validate an XML against XSD and facing a problem with conditional check: The XML is as below: <root>
|
| Unable to get UnhandledAttributes for XmlSchemaChoice Class | 27 Jun 2007 11:28 GMT | 1 |
Context : .Net Framwork 2.0, C#, XPSP2,VStudio 2005 hi, Is this behavior is by design or is it a bug ? I've found any documentation that mention that fact.
|
| XslCompiledTransform.Transform() method question | 26 Jun 2007 22:55 GMT | 5 |
VS2005; .NET 2.0 I want to use the XslCompiledTransform.Transform() method for its stated purposes. However, I have an XmlDocument object already in memory and I can't figure
|
| Control Order of Deserialization Of An Object? | 26 Jun 2007 17:08 GMT | 2 |
I have an object which gets serialized to XML. Upon deserialization, I'd like to control the order in which attributes are deserialized. Any way to do this? Thanks!
|
| DOWNLOAD CRACKED 2007's SOFTWARE: ARCHICAD 11,UNIGRAPHICS NX5,SOLIDWORKS 2008,XSTEEL 13,AUTOCAD 2008 | 26 Jun 2007 16:31 GMT | 3 |
Our team provide different types of services such as: - proffessional cracking of any kind of software (CAD,CAM,CAE,EDA,GIS,PCB,FEA,FEM,CNC,CFD,PDS,3D,Optics etc.) designed for any kind of operating systems(Windows 95/98/ME/2000/XP, Linux,
|
| need help with XML parser | 26 Jun 2007 13:11 GMT | 1 |
I can parse a simple XML file (the hard way) but do not know how to parse the XML file (DTD and sample XML below) using System.XML. YOur help is greatly appreciated. Bill
|
| How to determine encoding of XML file ? | 22 Jun 2007 12:57 GMT | 1 |
I need to read XML file, transform it and then save in the same encoding. XmlDocument class naturally has no encoding-related members. How can I determine encoding of XML file ? Oleg Subachev
|
| Unable to translate Unicode character \u00E9 at index 5409 to specified code page. | 22 Jun 2007 12:44 GMT | 5 |
I've got some C# 2.0 code that has been working for a year. using (XmlWriter w = XmlWriter.Create("out.xml" ,settings)) { // many lines of code to write to w w.WriteStartElement("contactTypeRef");
|
| How can I create an XSD document based on an XML file content? | 22 Jun 2007 00:08 GMT | 13 |
Is it possible to create your won XSD to use with .NET based on an XML content? For example the one below: <?xml version="1.0"?>
|
| Export DataTable to XML using XSL file | 21 Jun 2007 11:01 GMT | 3 |
I'd like to get a populated datatable, create an in memory xml document (file shouldn't be more than a couple of meg), load an XSLT file, do a transform and stream it to a browser. What am I Missing please? MemoryStream strm = new MemoryStream();
|