| Thread | Last Post | Replies |
|
| selectnodes error | 05 Nov 2003 19:06 GMT | 1 |
Hi all, I am experiencing this weird error. When my xpath string contains and expression that results in no nodes being returned, the application throws a Object Reference not set to an instance of Object, when I try to access XMLNOdelist.count?? I even tried adding a IsNothing ...
|
| How To Call XSL Template With Parameter From OnClick Event | 05 Nov 2003 15:44 GMT | 3 |
I need to be able to allow users to click on a link from a summary page and open up a detailed window based on what was chosen. How do I call an XSL template with a parameter from an OnClick event?
|
| Generate "dom" from schema. | 05 Nov 2003 15:38 GMT | 1 |
The is probably wishful thinking, but here goes. Is there any product etc that will create the C# dom source from a schema (xsd files). Particularly, I want to generate a dom for CML (chemical markup language), which is sufficiently complex to try and use a tool, rather than hand ...
|
| Can't auto-add override in C# | 05 Nov 2003 14:36 GMT | 1 |
In the VS.NET 2003 IDE, I can usually type "override" in the code editor and then select from a list of virtual properties and methods in the base classes. However, this occasionally stops working. If I try to add the override via
|
| XSL Problem | 05 Nov 2003 10:48 GMT | 2 |
I have the following problem. There are 3 files. ------------------------------------------------------- a) XML file <?xml version="1.0" encoding="UTF-8"?>
|
| [Oleg, any idea ?] custom XmlResolver does not work as expected | 05 Nov 2003 06:42 GMT | 1 |
I have a class derived from XmlUrlResolver that is supposed to handle URI schemes beginning with "xml", eg. "xml://test/me". This is exactly like the example given by Oleg here : http://groups.google.co.nz/groups?selm=%23ZeWI013CHA.2400%40TK2MSFTNGP09.phx.gbl
|
| How can I limit the number of child records per parent record? | 04 Nov 2003 22:52 GMT | 1 |
How can I limit the number of child records per parent record by defining the limitation in the DataSet? Thanks John Yung
|
| xslt and webcontrols | 04 Nov 2003 22:47 GMT | 1 |
Is it possible to use webcontrols in a xslt file eg. <xsl:template match="products"> <asp:Button id="Button1" runat="server" Text="test"/>"></asp:Button> </xsl:template>
|
| experts: structure of dataset xml | 04 Nov 2003 19:58 GMT | 12 |
i have a problem, i wonder if anyone can help... i am retrieving records from an access table using a dataset and want the data to be returned in xml, so i am using the dataset.GetXml() method. lets say, for example, that the xml is in the following format:
|
| how to use XPath function "ms:string-compare" in .NET | 04 Nov 2003 11:17 GMT | 3 |
Can anyone point me why the following code is not working for me? Its giving me an error while executing "SelectNodes" ... I have strugled for almost one full day.. I am comaratively new to XSL and XSLT concepts.
|
| xml within xml? | 04 Nov 2003 00:49 GMT | 2 |
Hi all, I wish to embed an xml document within an element of another xml document. If I enclose the child xml within a CDATA section will the DOM not parse the child xml? What is the best way to do this? Additionally what should the parent element be defined as in the xsd? I noticed ...
|
| Canonicalized XML from XmlDocument? | 03 Nov 2003 22:21 GMT | 1 |
How can I obtain the C14N canonicalized format of an XML document subtree? Any help is greatly appreciated.
|
| xmlresolver | 03 Nov 2003 22:17 GMT | 3 |
I have the following code and the compiler complains with "method obsolete should pass a xmlResolver to transform method" line 12. 1 private void Page_Load(object sender, System.EventArgs e) 2 {
|
| Dataset.WriteXml does NOT produce well formed XML | 03 Nov 2003 21:22 GMT | 1 |
For example: =========================== Dim filename As String filename = Server.MapPath("./") & "xml/dataSet.xml"
|
| Convert xmlDoc to xmlDatadoc in VB.NET | 03 Nov 2003 19:33 GMT | 4 |
I have a XMLDocument object (returned from a class) that I want to load into an XMLDataDocument. I would have thought this would be simple but can't find a solution anywhere.
|