| Thread | Last Post | Replies |
|
| How to password encript XML using some .NET class?? | 12 Jul 2003 20:35 GMT | 1 |
Is there a class in .NET that will let me encrypt/decrypt an XML file using a password (or possibly other simple encription method)?
|
| Multi-user writing of XML document | 12 Jul 2003 20:33 GMT | 1 |
Are there any white papers or sample apps or Message threads that handle the issue of multiple users viewing, editing and saving XML files? I have a few very rudimentary ideas (like only letting one
|
| XML namespaces and VB.Net - System.XML.XMLDocument | 12 Jul 2003 18:17 GMT | 1 |
I posted this a few days ago and didn't get any response. I try again but ask it a little differently. I'm recieving any XML document from a client and I need to convert it to an ASCII delimited string to input into a
|
| How to Insert a node in a namespacemanaged document | 12 Jul 2003 18:12 GMT | 1 |
Please, help me with following code snippet ' Load xml document Dim xmlDoc As New XmlDocument() xmlDoc.Load(http://localhost/VT/reports/VT_actual_owsPivotTable.xml)
|
| looking for example of inserting child node using a for each on a nodelist | 12 Jul 2003 18:09 GMT | 1 |
I'm looking for an example (preferably vb) using xmlDocument class that once an XmlNodeList has been set (e.g., select all <House> elements), that would add an empty <Rooms> child element to each <House>.
|
| Create XML Doc from XML returned by URL | 11 Jul 2003 19:40 GMT | 3 |
I am using a 3rd party product that returns XML when calling its exe through a URL. For instance, the following URL calls this exe in Internet Explorer and returns valid, well formed XML and displays it in the
|
| Helloooooo? Editing larger xmlDocuments in browser...not datagrid...how please? | 11 Jul 2003 02:12 GMT | 3 |
Everything I see is geared toward editing data-centric information (from db tables, etc.) using datagrid, data islands, etc. Is it possible (and HOW?) to load an xmlDocument (using xsl stylesheet transformation) -- I know how to do that part -- but allow the user to
|
| PLEASE explain xmlDocument on server, but the html transform on client??? | 10 Jul 2003 22:07 GMT | 5 |
If someone could just explain this to me...I just don't get it! I have an aspx page where I retrieve several session variables and use xmlDocument to transform xml file with xsl file into an instruction document (not data based) - same as using an xml web control.
|
| ICollection and xml | 10 Jul 2003 19:14 GMT | 2 |
I am trying to use the an xml file as the datasource for a webcontrol. The datasource must implement ICollection and a datamember name must be provided too. Can someone please provide a sample as to if and how one make the xml data a
|
| Problem with transform XSL that incude asp.net controls and validation controls!!!! | 10 Jul 2003 18:46 GMT | 2 |
Please help me. I have problem with transform xml Protected WithEvents GeneralXMLWeb As System.Web.UI.WebControls.Xml Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
|
| querying XML document | 10 Jul 2003 16:18 GMT | 3 |
I'm trying to migrate from Access database data into XML data, and i'm having a lot of confusion. Before XML, in my ASP.NET page, i'd connect to a database, query it (SELECT * IN whatever WHERE...), and then display
|
| URL/URN | 10 Jul 2003 05:23 GMT | 1 |
I am walking through this "teach yourself course" on XSL. I hit a stumbling block when I attempted to use another XML file within the an XSL file. The example has me reading a particular value from this other XML file in order to base some processing logic off of it.
|
| Simple XSL Question | 09 Jul 2003 18:53 GMT | 3 |
I am working through a littel tutorial on XSL and I have a "simple" question. I am wanting to build a table with headings of the lement names. The tutorial show that I am to use the "name(.)" to retrieve the element name. The example show this in a "for-each" loop, but I am not ...
|
| Bug in Xsl Transformation (unable to return nodelist using choose/where/otherwise in variable) | 09 Jul 2003 15:55 GMT | 2 |
I've come across a strange error that occurs, when you try to return a nodelist from a variable with a choose/where/otherwise statement. I'm not quite sure whether it's a bug or simply lack of W3C support. All I know is, that this Xsl document works with the current implementation ...
|
| Signing XML documents | 09 Jul 2003 03:42 GMT | 3 |
I am working to develop and application which will generate XML files. I would like to sign these documents at the time of creation to allow someone to verify them at a later date. What would be the best way to sign an XML
|