| Thread | Last Post | Replies |
|
| Request Object | 13 Feb 2008 23:15 GMT | 5 |
i m facing a strange situation with request object for asp.net.As per our project i have to transfer this request from Page1.aspx to Page2.aspx if contyp = "text/xml".If i remove(ie. comment) the line xmlInDoc.Load(Request.InputStream) from PAGE1.ASPX then there is no error in
|
| Finding "uncataloged" Web Services? | 12 Feb 2008 03:45 GMT | 3 |
We are trying to catalog our internal web services. These have been developed and deployed by different groups over the past several years, and we have no repository of them available - UDDI or otherwise (or this wouldn't have been a question... :-]). There are a couple hundred ...
|
| XML Parsor error occured | 11 Feb 2008 20:45 GMT | 5 |
i m sending below xml message to a asp.net page and getting an error Message:-> <SXPTaskUpdateOrAdd Revision= " 7.5.0 " Source="ER_Kista" > <Task>
|
| xpath performance | 11 Feb 2008 18:02 GMT | 1 |
What do you think is less expensive in terms of memory/performance, performing xpath queries on an xmldocument or deserializing the xml into a class instance and accessing the instances properties and sub classes?
|
| Reading a xmlelement | 11 Feb 2008 13:40 GMT | 1 |
Hi All i have a xmlelement saying in_root which has outer and inner xml as shown below: OuterXml
|
| reading a xml value from textbox on asp.net page | 11 Feb 2008 13:15 GMT | 8 |
On a asp.net web page, i have a text box and a button ('Submit') , the text box has below contents <SXPTaskUpdateOrAdd Revision="7.5.0" Source="India_Bharti"> <Task>
|
| Relative XSD path | 11 Feb 2008 12:08 GMT | 1 |
I want to validate my xml by xsd schema. But in the xsd file I have RELATIVE includes to the others xsd files that located in ..\ directory for the main xsd. Could you provide me code example that makes such a validation. All the
|
| Import XHTML into Word 2003 | 10 Feb 2008 23:57 GMT | 1 |
Hi, I hope someone can help out on this or sheering me to the right direction. We are currently develop a c# application that will automatically generate Word Doc.
|
| atom schema | 09 Feb 2008 10:10 GMT | 2 |
I have to fetch and syndicate some data from a atom feed (blogger's) in asp.net 2.0; I read I need a xml schema to work on the xml as a datagrid, but I can't find on the internet a atom schema. Where can I get it?
|
| White spaces in tag names | 08 Feb 2008 20:51 GMT | 2 |
Maybe this question has been answered already but I wasn't able to find it. How can I use spaces in tag names? For example <Purge Date>
|
| storing a string into a xmlelement and vice versa | 08 Feb 2008 16:42 GMT | 3 |
this is a string "<SXPServerGetObjectsResult><Objects><Task><District Key="258627584">NL KPN</District></Task></Objects></SXPServerGetObjectsResult>" i want to store this into a xmlelement variable for further processing
|
| Validating XPath | 08 Feb 2008 07:57 GMT | 2 |
Is there a way of validating and XPath? In this case , I am accepting an XPath from the user and I need to validate the XPath syntax. Is there a regular expression available that anyone can direct me to, to validate a XPath?
|
| Invalid high surrogate character (0xDEB6). | 08 Feb 2008 05:11 GMT | 3 |
I am building an XML document using the standard calls to create elements and attributes. Occasionally I get the following when calling xmlDoc.OuterXml. What's going on and how do I avoid this? System.ArgumentException occurred
|
| xmlelement | 07 Feb 2008 18:48 GMT | 2 |
SXPDictionaryItemsGetResult is a XML element given below. <SXPDictionaryItemsGetResult> <DictionaryItems> <TimeZoneConverter>
|
| Namespace Issue with InnerXML | 06 Feb 2008 15:11 GMT | 6 |
Using C# I need to remove the root element of an xml document and keep the inner XML document as is.x <root xmlns="http://pjc.BizTalk"> <ns0:LaunchStoreUpload xmlns:ns0="http://pjc.schemas">
|