| Thread | Last Post | Replies |
|
| Display XML in WebBrowser Control | 09 Oct 2006 15:48 GMT | 11 |
I am trying to display XML in a WebBrowser Control. I receive a data feed of XML and am trying to inject it into the control. I have not been successful in doing so. The only solution I have found is to write it to a temp file and then use
|
| Web services - unable to view WSDL file | 09 Oct 2006 14:03 GMT | 1 |
Hi. My company has an application which exposes some web services. During testing, I am only able to view the WSDL file on certain PCs and not on others. When the following address is loaded into IE, it loads the initial myApp page instead of the WSDL pages showing the available
|
| XmlTextReader Question | 09 Oct 2006 12:55 GMT | 4 |
I am parsing a xml string for a specific element using XmlTextReader (code below). I now need to change it to get the element's value plus get the parent node's name. Can someone help me? Thanks
|
| <xsl:text disable-output-escaping="yes"> does not work in XslCompi | 06 Oct 2006 05:44 GMT | 4 |
I used XslCompiledTransform with the following Xsl file. The <xsl:text disable-output-escaping="yes"> does not work when using XslCompiledTransform to do the trnasform (namely the output contain < not <), while it works when using MSXML2 to do the transform. Does anyone have the ...
|
| How to edit a Xml in a UserControl | 05 Oct 2006 21:39 GMT | 4 |
I display a xml file with the TreeView control (Windows Forms) on my MainForm. Now, I would like to be able to edit this xml file (XmlElements) when I select a node in this TreeView. For the editing, I have a UserControl with the corresponding controls
|
| xpath challange | 05 Oct 2006 13:26 GMT | 1 |
I have the following xml structure: <?xml version="1.0" encoding="utf-8"?> <assemblies> <assembly name="a1">
|
| XSL script block dynamic compilation and loading assemblies | 05 Oct 2006 12:36 GMT | 2 |
I've been experiencing OutOfMemory errors on our prodution webserver for a few weeks now. I've finally managed to isolate (I think) the problem to our use of c# script blocks in our xsl files. While debugging I discovered that the app domain for one of our sites had
|
| XML Post / Reply | 04 Oct 2006 17:31 GMT | 2 |
I need to make a web service call using an HTTPS POST. XML data is returned in the body of the HTTPS reply. What is the best way to do this with asp.net web services? I am very comfortable in the world of asp.net and C# but have done nothing
|
| How to retrieve an embedded XSL file? | 04 Oct 2006 16:08 GMT | 2 |
I'm creating an Excel sheet in my C# program. The sheet uses XSL which is located on disk for formatting. The current code is: string xslStyle = @"u:\AR Audit.xsl";
|
| Instantiate a Schema from a string? | 03 Oct 2006 18:46 GMT | 2 |
An XML Schema document is an XML document, and (in .net) an XML document can be loaded from a string. Is there a simple way to load an XML Schema document from a string? The closest I can see is to wrap the string in a stream and pass the stream to the constructor.
|
| XPath peformance vs Hash | 03 Oct 2006 09:17 GMT | 5 |
How does XPath performance compare to accessing a Hashtable structure? I will need to access the same data repeatedly throughout the lifecycle of my application. What factors should I take into consideration?
|
| XML Validation - Unable to work with namespace prefixes | 03 Oct 2006 07:09 GMT | 3 |
I am currently developing an xbrl validation software that takes an xml instance file and a lot of schemas(xsd files) and validates it against the xsd files. I am using Visual basic in visual studio 2005. I have managed to cycle through the xml file , validate most of the ...
|
| Com+ 1.5 exposed as web service | 03 Oct 2006 02:59 GMT | 2 |
I recently upgraded to xp64. Development is still done in 32. I've found that com+ 1.5 apps exposed as a web services no longer work locally due to this error: Server cannot access application directory
|
| post large xml files | 02 Oct 2006 13:48 GMT | 2 |
I have a routine I call to post XML from vb.net to a url over http It can be the XML file can be quite a size sometime I expect it to exceed 10mb. I started using a routine to post the file to a URL from vb.net, but
|
| All - Element limitation - XML Schema | 02 Oct 2006 09:26 GMT | 2 |
"The all element provides an XML representation that describes an unordered set of element types." But for minOccurs, and maxOccurs I can only use "0" or "1". How can I achieve that I can have more than 1 or 0 elements of the element types
|