| Thread | Last Post | Replies |
|
| Dynamic Forms from XML | 09 Oct 2003 22:01 GMT | 3 |
Can someone point me in the right direction? I'm trying to create dynamic vb .net forms from xml. Is there an easy way to read in xslt/xml files and create a form with text boxes, combo boxes, etc.? I would also like to load
|
| XML Products | 09 Oct 2003 20:37 GMT | 1 |
What MSN Profession download products are recommended to test and post XML souce code. In addition to any reading material?
|
| XMLSerialzer class | 09 Oct 2003 18:48 GMT | 1 |
I am trying to use XMLSerialzer class to generate serializable class for following schema. <xs:element name="KeyIdentifiers" minOccurs="0" maxOccurs="unbounded"> <xs:complexType>
|
| Remove Element and Attributes | 09 Oct 2003 17:55 GMT | 8 |
The following is part of XML file, how do I search through the file and remove an Element and all it's attributes. Example: TEST2? Of course I will pass the Element Name to remove from a control. - <Forms>
|
| Schema validation question | 09 Oct 2003 16:42 GMT | 3 |
Question to the Schema pro: If nillable="False" is default for Schema element, why schema validation of my XML doesn't fail if I don't provide any value for the tag? Thanks,
|
| Loading XML with missing DTD | 09 Oct 2003 13:51 GMT | 5 |
I'm trying to load an XML file, that references a DTD without a relative URL. This renders the error: Could not find file "C:\WINNT\system32\capabilities_1_1_0.dtd". Here's the XML I'm loading:
|
| xpath query fails with msxml4.0 | 09 Oct 2003 13:25 GMT | 1 |
the following xpath query running in javascript/ie xmlClinDom.selectNodes ("/clinicalInfo/clinNoteItems/clinNoteItem[@typeId >= 20000 && @typeId < 40000]");
|
| Listing Entities and Attributes from a XML Schema | 09 Oct 2003 11:52 GMT | 1 |
Hi all.. .NET + MSXML platform....VB Need to build a list of all the entities and attributes to allow the user to do search...how can i do that from the schema ??
|
| XPath and namespace problem | 09 Oct 2003 09:49 GMT | 4 |
I have a price of XML that looks like this <Root> <SomeNode> .....
|
| xmlTextWriter to Stream to xmldoc produces null stream? | 09 Oct 2003 09:40 GMT | 2 |
I have a dataset from which I need to extract certain columns, format them into xml and output to an xmldocument object. From reading various posts on similar subjects, I have come up with the following test code (using 2 constants, rather than my dataset
|
| ANN: Visual XSLT 2.0 Beta 1 is now available | 08 Oct 2003 19:03 GMT | 4 |
Visual XSLT is a plug-in for Microsoft Visual Studio .Net that offers full-featured editing and debugging of XSLT files. The two major additional features for version 2.0 are the following:
|
| Best Practice: Loop through Nodes in NodeList vs. XPathNodeIterator | 08 Oct 2003 16:27 GMT | 1 |
say I have an xml file with an X number of nodes I want to loop through (to, for example, display each node as a HyperLink in an asp.net webpage). Which of both is best practice: 1. Loop through a NodeList (e.g.: foreach XmlNode in XmlNodeList ... )
|
| Edit files with no extension | 08 Oct 2003 06:01 GMT | 1 |
Still trying to figure this one out: I want to edit aspx files that do not have the .aspx extension. Is this possible while still getting the statement completion, text colorization and highlighting in Microsoft Visual Studio Dot Net Enterprise Architect?
|
| XSLT 2.0 in .NET | 07 Oct 2003 21:08 GMT | 4 |
With XSLT 2.0 in the pipeline at the W3 consortium, I'm wondering if Microsoft is planning to support it with the next release of the .NET framework? It sure looks like a promising set of technologies (especially with the added functions to the transformations like grouping).
|
| : Any Standalone XQuery engines exists?? | 07 Oct 2003 14:19 GMT | 3 |
Hello ppl is anyne seen any stand-alone xquery engines, as COM/active or .NET controls? thnx,
|