| Thread | Last Post | Replies |
|
| wat is the best way to pass xml into Stored Procedure | 31 Mar 2006 23:08 GMT | 2 |
I want to use XML technologies with SQL Server 2000 for sending master details data from Application to SQL Server. I'm using xmldocument class for writing data in the form of attribute centric elements. First I write data into xmldocument (using appendchild, setattributes methods), ...
|
| how to find nodes at xml file without complete load the xml file | 31 Mar 2006 12:03 GMT | 1 |
how to find nodes at xml file without complete load the xml file since the file is very big!!
|
| MemoryStream, Backslash-Zero Problem | 31 Mar 2006 09:21 GMT | 3 |
I get this error when I fail to ‘clean up’ my UTF-8 MemoryStream: “Invalid at the top level of the document. Error processing resource…” Visual Studio 2005 in debug mode shows well formed XML “prepended” with a character represented by an empty rectangle and trailed with a series ...
|
| Match rules are never fired!!!--Please help--Urgent | 30 Mar 2006 23:33 GMT | 9 |
My match rules are not fired (though they should)--can anyone help me please? XML File trail.xml contents: ---------------------------------------
|
| Web.config with multiple schemas | 30 Mar 2006 22:21 GMT | 3 |
What I'm trying to do is: - To write a Web.config with custom sections. (Done) - To write a xsd schema for this custom sections.(Done) - Tell the Web.config to take the two schemas.
|
| Implementing XPathNavigator on my class | 30 Mar 2006 21:28 GMT | 3 |
I've an 'Employee' class. In my program this object is manipulated, children (List<T>) added, properties modified etc. Everytime this happens I want to be able to show some relevent html to the user. So I use XSLTransform. This Employee class is basically an XML serializable
|
| Can a XSLT combine several XML files during process? | 30 Mar 2006 17:59 GMT | 3 |
Does anybody know if XSLT can process several XML file at a time I have two xml document which stored in memory stream and wanna to combine it together under several rules. I am tring to use a XSLT file but donon how to process several xml at a time
|
| XSD schema does not validate | 30 Mar 2006 17:51 GMT | 2 |
I use C# to validate an XML document. It issues error messages and I do not understand why. Here is the XML document: <bookstore xmlns="http://tempuri.org/books.xsd">
|
| GetXml() does return all fields. | 30 Mar 2006 15:45 GMT | 1 |
Null fields are missing, how can I prevent this and return all fields in the dataset. I am using the XML returned from a DOTNET XML webservice with a data island in Internet Explorer. The error occurs when the updated XML is posted back
|
| Regular Expression Help | 30 Mar 2006 14:43 GMT | 8 |
I'm somewhat new to regular expressions and am in need of assistance. I'd like to match on any OBJECT, EMBED, or APPLET element nested inside an <HTML> element. Would someone point me in the right direction for creating such a regular expression or at least point me to the ...
|
| Attributes failed to serialise correctly | 30 Mar 2006 11:21 GMT | 2 |
Here's the scenario... I have a web method to which a pass a customer ID. The web method looks up the customer and returns an XmlNode which I deserialise into a type. I then update information in the type and then serialise it back into an
|
| How can I validate an XML document with C#? | 29 Mar 2006 23:29 GMT | 5 |
I am a beginner and I try to understand how can I use C# and Netframework to validate an XML document. Is XSD a solution? How? Thanks, Doru
|
| "Show XSLT Output" in VS2005 with extended functions | 29 Mar 2006 22:25 GMT | 1 |
If I create a simple xslt stylesheet I can quickly test this in VS2005 by pressing the "Show XSLT Output" button rather than running the whole solution. If I then create a xslt stylesheet with some extended functions I have to run the whole solution (adding the extension objects ...
|
| Where to write XQuery statements? | 29 Mar 2006 18:16 GMT | 3 |
Where to write XQuery statements? For eg: doc("D:\\workArea\\Books.xml")/Books/Book/Name
|
| Problem with document() | 29 Mar 2006 18:08 GMT | 5 |
I have inconsistent behavior of document() function which I hope someone can explain. I have Windows Service (runs as LocalSystem) that perform some Xslt transformation. In the stylesheet I load another Xml document using
|