| Thread | Last Post | Replies |
|
| inserting record into an xml doc using datagrid | 31 Aug 2005 16:26 GMT | 1 |
I have the following for a datagrid that inserts a row into an xml file. It works great, but inserts the data to a new top-level node. I don't know how to specifiy an existing node for the inserted item: void DataGrid1_Update(Object Sender, DataGridCommandEventArgs e) {
|
| Remove XML Node | 31 Aug 2005 16:08 GMT | 2 |
Have somebody a brilliant idea how to remove a nodelist in a XML document? (With C#) I have this xml file,I want delete the stock nodelist when an user don't have permissions to see stocklist of that location.
|
| Details about XmlHttp | 31 Aug 2005 13:38 GMT | 1 |
This is sajid. I want to use XmlHttp for refreshing a part of the web page. But i dont know much about XmlHttp. Any project that is using XmlHttp for doing similar thing will help me understanding more about that...could you please tell anything about
|
| Embedded HTML tags in XML data | 31 Aug 2005 08:50 GMT | 2 |
I have queries that bring back recordsets from SQL 2000 that are being converted to XML for display using XSLT templates. The issue is that some of the verbose text has embedded <BR> tags. These tags are being displayed on line. The end user does not want to see these
|
| how to make sure a xsl document has valid xsl syntax? i tried loading it into an xml document but that doesnt show syntax errors inside attributes such as "foo/bar" vs "bar\foo" | 31 Aug 2005 08:50 GMT | 2 |
how to make sure a xsl document has valid xsl syntax? i tried loading it into an xml document but that doesnt show syntax errors inside attributes such as "foo/bar" vs "bar\foo"
|
| HTML to XML conversion | 31 Aug 2005 08:41 GMT | 2 |
I'm trying to create a Learning Object Repository to store learning objects (obviously!). My question is how do I convert HTML pages to XML and then store them in a database and then generate HTML/XHTML pages on the fly and display it to the client from the stored XML files.
|
| XML into DataSet - How to nav through Data | 31 Aug 2005 06:37 GMT | 1 |
Hi. I need some help. I have an xml file what will contain hundreds of groups and will have an associated xsd. My overall goal is to have a web application that allows a user to input a groupID from a webform, the application will than find that groupID in the xml file and display ...
|
| How to use schema validate xml file? | 31 Aug 2005 02:43 GMT | 5 |
I have created my schema format(xxx.xsd) for my xml files, but how can I use it validate my xml files?
|
| in C# how do i transform an xml document with an xsl document when my xml document is a string and my xsl document is a string? the msdn examples only show how to do it with steams and files. in my case i have everything in string | 31 Aug 2005 01:46 GMT | 1 |
in C# how do i transform an xml document with an xsl document when my xml document is a string and my xsl document is a string? the msdn examples only show how to do it with steams and files. in my case i have everything in string
|
| xpath against dataconfiguration.config | 30 Aug 2005 20:01 GMT | 2 |
I posted this question earlier today to microsoft.public.dotnet.vb.general and microsoft.public.enterprise.tools. My apologies if anyone reading this has seen the message already. I only just came across this forum while searching again for the right place to post my question.
|
| traverse xml document nodes - SelectNodes() | 30 Aug 2005 18:27 GMT | 3 |
I have the following code that uses xquery to return search results from an xml doc. dim xmlString as string xmlString =
|
| ReadOuterXml Locks Up | 30 Aug 2005 15:07 GMT | 4 |
The following code snippet seems to successfully read the first outerxml but on the second time in the loop it locks up. Can anyone see why? Thanks
|
| How to add XmlElement with a namespace | 30 Aug 2005 12:56 GMT | 3 |
I have problem with creating xml document with a namespace: XmlDocument xmlDocument = new XmlDocument(); XmlElement rootElement = xmlDocument.CreateElement("foo"); xmlDocument.AppendChild(rootElement);
|
| Parameters in XPath Query . | 30 Aug 2005 11:58 GMT | 1 |
I have a following xml file : <Bitmaps> <BITMAP id="1"> <BITMAP id="2">
|
| The same table 'All' cannot be the child table of two nested relat | 30 Aug 2005 09:57 GMT | 3 |
Using VS2005 beta 2, I have an xsd provided by a vendor that I want to make into a strongly typed data set. In VS 2003 the MSDataSetGenerator tool gives a similar error, which I was told was to be fixed in VS 2005. And in fact the xsd tool does now correctly process the .xsd ...
|