| Thread | Last Post | Replies |
|
| xpath expression to select by absolute index | 24 Oct 2006 07:36 GMT | 2 |
I'm looking for a while some way to select subnode element by its position within whole document rather then in its parent. Let's consider following xml: <root>
|
| browser detection and redirection | 23 Oct 2006 22:13 GMT | 1 |
I am looking for code to detect and redirect to the corresponding browser download page if the clients uses old version, could anyone have a sample code for this? I want to use the following version browser only, if they are other
|
| XML to WINWORD | 23 Oct 2006 12:54 GMT | 1 |
Is there a way to create an xml-file and then read it in winword? Where can I find information on this topic?? Thanks for any tips Danny
|
| Help: Pre-poulating a web form with xml data | 23 Oct 2006 01:18 GMT | 1 |
Hi All, New to asp.net here. Been combing google since monday trying to find the right solution. Most of the solutions are good and reflect the same examples in the .net books I have but xml is sketchy to me and this isn't you typical real world project.
|
| XML Creating nodes | 22 Oct 2006 12:58 GMT | 2 |
just wondering if someone could help me. Ive written some code in vb.net to create the following xml. <menu> <menuItem>
|
| use of XSD | 22 Oct 2006 07:55 GMT | 2 |
I am creating an XML file in a dotnet 1.1 winforms app. (actually a service) The XML is validated by an XSD wich is supplied by an external party and has to be used... As an example I have a tag Married wich is defined in the XSD like :
|
| Load DiffGram to String | 21 Oct 2006 20:45 GMT | 2 |
is there a way how to get a DiffGram from a dataset and save it to a string? Thanks for any advice Paul
|
| Encode(quote) attribute value | 20 Oct 2006 16:50 GMT | 5 |
I need to encode the value of an XML attribute, e.g. string myXml = "<element myAttr=\"" + encodeURIComponent("my \"value") + "\"" ...."; Is there an equivalent of encodeURIComponent() javascript function as
|
| Deserializing an Object from XML Using Schema | 20 Oct 2006 12:11 GMT | 5 |
I need to deserialize an existing object (not generate its code) from a serialized XML file. The only information I have about how the deserialization method is an input XML schema (which can vary) associated with the XML file containing the
|
| Using variables to select nodes by attribute for an XSLT template | 19 Oct 2006 21:12 GMT | 1 |
Hi, Does anyone know why when I hardcode a literal to filter a subset of nodes by a particular attribute value, my template processes the correct subset. But, when I use a variable that is set to the same value, my template
|
| XSL/XML Select and Option HTML tags | 19 Oct 2006 17:39 GMT | 3 |
Hi, I'm trying to render tabular data in an HTML document using XSL to transform XML data into an HTML table. Some of the tabular data appears as droplists (implemented by the HTML Select and Option tags). All the droplists have the same option entries that a user can choose
|
| Problema con Load XML | 19 Oct 2006 17:04 GMT | 1 |
I need to resolve this problem whit the xml below: <?xml version=\"1.0\"encoding=\"ISO-8859-1\"?><sms><idMensaje>1234</idMensaje><esmeID>4</esmeID><telefono>4444</telefono><shortMessage>pruebapost</shortMessage><fechaIngreso>2006-10-1612:00:01</fechaIngreso></sms> The error ir ...
|
| Best way to Post Soap Message to a non-WSDL Web Service | 18 Oct 2006 23:34 GMT | 1 |
I am a VB.NET application developer that has used WSDL Web services before but now I am tasked with sending data to a non-WSDL web service by creating a SOAP message in an XML package and POSTing to the web service.
|
| Deserialize Business Object | 18 Oct 2006 14:08 GMT | 6 |
I am having an issue deserializing a business object from a SQL stored procedure. I have created the class using the XSD tool and the resulting XMLDATA schema but when I try to create the object I get an error message <[Object] xmlns=''> was not expected.
|
| Xml serialization attribute for nested List | 17 Oct 2006 17:19 GMT | 1 |
Is it possible by using attributes to serialize a <List<List<Point>> property to output as shown below? Current Output <PolyPolyline>
|