| Thread | Last Post | Replies |
|
| SelectSingleNode returning undefined value:imsmanifest.xml | 09 Dec 2004 15:23 GMT | 2 |
I tried so many ways to select the node but its not working, please help. I want to research by the identifier in imsmanifest.xml file, the node could be item or resource. XmlDocument doc = new XmlDocument();
|
| XmlTextReader problem with some character Help!! | 09 Dec 2004 15:09 GMT | 3 |
I'm trying to read the following XML file: <mail> <from>Rae</from> <subject>Informacion de su Proceso de Titulacion</subject>
|
| XmlTextReader and XmlTextWriter | 09 Dec 2004 13:12 GMT | 1 |
Hi - I am trying to read an XML file using XmlTextReader and write it out using XmlTextWriter. The XML is XHTML. At the moment, I am trying to create a straightforward copy of a file. The XHTML file contains nodes and attributes (with there
|
| Flat File/XML | 09 Dec 2004 06:07 GMT | 2 |
If I have a flat file, and an XSD, is it possible to convert the delimited flat file to XML? Thanks, Stephen Andrews
|
| xsd validation | 08 Dec 2004 23:09 GMT | 5 |
I have been working on this for a few days now and can't seem to figure out how to do it or if it is even possible. I have and excel spreadsheet that when the user clicks a button it creates the xml and then the user uploads it to a server. What i want
|
| XmlSerializer and assembly in GAC problem | 08 Dec 2004 13:07 GMT | 1 |
I'm trying to serialize a type contained in assembly referering to another assembly in GAC. XmlSerializer xs = new XmlSerializer( typeof(TransferParentData ) ); The code above throws exception: System.IO.FileNotFoundException : File or assembly name rng0i4ly.dll, or one of its ...
|
| Xpath problems | 08 Dec 2004 12:57 GMT | 5 |
I'm trying to display the data from my typed dataset on a page using the Xml web control. I have the following code: Xm1.Document = new XmlDataDocument(ds);
|
| Restrictions/Enumerations in XSD | 08 Dec 2004 10:09 GMT | 1 |
Unfortunately I'm a newbee to xml and xsd Schemes. I'm having the following xml file: <config > <section name="A">
|
| XsltArgumentList not working with ASP:XML control | 06 Dec 2004 13:43 GMT | 4 |
This one is really getting to me now, I'm using the <asp:xml web server control and I'm trying to use the XsltArgument list to add a custom class so that I can do some formatting in the XSL style sheet. however each time it complains that the prefix "util" could not be found, any ...
|
| problem validating xml against schema | 06 Dec 2004 13:31 GMT | 1 |
I have a web app that has been running happily for months, and on Saturday it suddenly decided that it no longer wanted to validate my XML. Here is my code and sample schema, and example XML : public void ValidateAgainstSchema(object sender, ValidationEventArgs
|
| XQuery with SAXON.NET | 06 Dec 2004 09:45 GMT | 1 |
Does anyone know of any good resources with examples showing how to implement SAXON.NET's XQuery? Thanks Wole Posted at http://www.exemell.com/
|
| What xml data type would I use for tinyint? | 05 Dec 2004 09:31 GMT | 1 |
I'm bringing data from sql server into xml and one column is a tinyint data type in sql server. what's the equivalent of tinyint in xml? Thanks.
|
| Newbie Question: XML Reference to XSLT | 04 Dec 2004 16:23 GMT | 2 |
I have a Web service that returns a couple of XML nodes. One of the nodes contains an XML rendition of a report our company presents on our Web site. A customer is asking if I could embed a reference to a public XSLT (available from our Web site) that would transform the XML report ...
|
| Get the full xpath of a XmlNode | 03 Dec 2004 08:39 GMT | 1 |
How do I get the Xpath of a XmlNode?
|
| Read RDF ? | 03 Dec 2004 01:52 GMT | 4 |
I can easily read an RSS sheet, but I am not able able to read a RDF sheet. Each time I try to read it returns me 0 nodes. Here is how I try it. Private Sub Page_Load(ByVal sender As System.Object, ByVal
|