| Thread | Last Post | Replies |
|
| xsl compile error | 12 Nov 2003 08:59 GMT | 6 |
I got the following error while running a transform: Exception Details: System.Xml.Xsl.XsltException: 'xsl:script' cannot be a child of 'xsl:stylesheet' element. The following is the transform:
|
| Xml from string in Jscript | 12 Nov 2003 02:48 GMT | 1 |
Can someone please tell me how I can create an XmlDocument from a string containing an Xml fragment? I'd like to do this in Jscript in a client (IE) environment. The only examples I can find involve msxml, is this the only way??
|
| Newbie having trouble using XslTransform | 11 Nov 2003 17:37 GMT | 2 |
I'm having trouble obtaining expected results using XslTransform. No matter how (within reason and including a complete gutting of the stylesheet element's contents) I modify my xslt file I receive the results below (see "Actual Output" section). The exception to this is
|
| Odd character returned when using Encoding.UTF8.GetString(MemoryStream) | 11 Nov 2003 15:35 GMT | 2 |
Is anyone aware why the following code (intended to write XML into a memory-based XmlTextWriter, and return the complete document as a string) produces badly formed XML due to the resultant string always commencing with a question mark
|
| Appending XML to existing XmlDocument | 11 Nov 2003 15:10 GMT | 4 |
I have a database class that maintains data about customers i my system. The basic XML for this looks like: <Chunk> <Vendor>
|
| using an xml as a embedded resource | 11 Nov 2003 13:55 GMT | 1 |
I don't want to include some xml files needed by my code, can I somehow use them as an embedded resource so that the content of the xml won't be accessible to people that will use my program. Thanks.
|
| XML save issue in .NET | 11 Nov 2003 12:39 GMT | 4 |
Currently we are using the .NET XMLDocument Class to manipulate some xml documents. The issue we are having is that when we save the XML files using the classes save method, empty xml tags will be saved with a CRLF instead of the empty value. This can be solved by setting the ...
|
| The root element is missing when binding dataset to xml textreader | 11 Nov 2003 11:46 GMT | 1 |
I am attempting to create a xml file to a memory stream the bind it to a dataset. I can write a physical file with no problem. However I recieve the following error when trying to bind it to a dataset: Exception Details: System.Xml.XmlException: The root element is missing.
|
| HTTPMail / WebDav Question... | 10 Nov 2003 21:10 GMT | 2 |
I'm trying to execute a MOVE command via WebDav for my Hotmail account ( trying to move a message into my trash folder ). I'm getting an authorization exception. I am pretty sure that I'm not getting/setting the proper cookies. I was hoping someone out there may have an example ...
|
| Do i have a problem? possible multiread from xmlfile | 09 Nov 2003 19:02 GMT | 3 |
H I have a dll lib wich contains a static method to read and return a result from a xmlfile. But is possible that this dll could be called at the same time from muliple
|
| Deserializing with XmlSerializer and XML namespaces | 09 Nov 2003 18:17 GMT | 4 |
I'm using SQLXML to get XML documents from a SQL Server database and deserializing the results with an XmlSerialier. It was working perfectly until I started getting namespace prefixes in some of my elements (due to using import directives in the mapping schemas).
|
| AppendChild method | 09 Nov 2003 08:28 GMT | 1 |
I'm reading from a grid and generating a node for each DataRow. When I try to append the nodes to the root, it keeps replacing the previously appended node. For example:
|
| Supply eyebrow razors | 09 Nov 2003 08:25 GMT | 1 |
YINFAN Industries Inc.,is a main manufacturer and seller of beauty care implements, scissors and some other products in China.Professional quality our Products are sold worldwide for 12 years at the completely competitive prices and prestigious. We can supply personal care
|
| Fastest Thread-Safe XML Read | 09 Nov 2003 07:19 GMT | 5 |
Looking for any input on the fastest and most thread-safe way to read some small (~8k) XML files from a local disk. System.Xml.XmlTextReader xReader = new XmlTextReader( new System.IO.StringReader( configFile ) );
|
| Deleting a posted message | 09 Nov 2003 07:12 GMT | 1 |
Is there a way I can delete a posted message OR at least take my email off. I have mistakenly given my email and have been receiving spam like anything. It would be really helpful if the
|