| Using XSLT to recursively transform a document? (2 replies, VIP) |
| ASPFriends.com 'aspngxml' list |
| Hi gurus, Have have a structured document written in XML that I would like to apply some transformation. Here is the XML document (watch for wrapping): ?xml version "1.0" encoding "utf 8" ? document section paragraph Section 1 Paragraph 1 /paragraph section paragraph Section 1.1 Paragraph 1 /paragraph paragraph Section 1.1 Paragraph 2 /paragraph /section section paragraph Section 2.1 Paragraph 1 /... |
|
| Help on XML/XSL solutions (2 replies, VIP) |
| ASPFriends.com 'aspngxml' list |
| Hello all, I'm on the way building an application which looks like 'MSDN Library'. I'm very appreciated if anyone can comment on below questions: 1. Use XML with or without Database? I've noticed that MSDN uses external XML files for all their libraries. I'm really wondering how they manage the whole sites that may have thousand of XML files. I believe there should be a database driven part which ... |
|
| Outputting HTML data inside CDATA field as HTML? (3 replies) |
| ASPFriends.com 'aspngxml' list |
| I'm having some trouble getting my HTML content which is located within a CDATA field to render like HTML content. The asp:xml controller automaticly converts an into < and > .. Is it possible to stop the parser from doing this? (The HTML content is stored within a CDATA field cause it will in most cases have invalid HTML syntax) Thanks for any help, Sondre Bjell E5s Brain Software AS |
|
| XMLDOM Response.Write (4 replies) |
| ASPFriends.com 'aspngxml' list |
| Does anyone know the method for showing XML contents onto an ASP page using XMLDOM? I know how to create or append to an XML file, but not how dynamically show XML on an ASP page. I've already create the XML elements and child elements with XMLDOM, now I just need a way to show it on the same ASP page as a response. Is it done with Reponse.Write or does XMLDOM have a method for doing this? Thanks!... |
|
| MsXML 4.0 July 2001 Technology Preview (2 replies) |
| ASPFriends.com 'aspngxml' list |
| There is no Dot Net counterpart to this is there? The only way to use it is to go through the Com InterOp layer correct? Or am I missing something? p |
|
| Webforms and XSLT (5 replies, VIP) |
| ASPFriends.com 'aspngxml' list |
| This message, which was originally sent to "aspngcommunity", has been moved to "aspngxml" mailing list by the List Master HI I am using webforms now. I feel XSLT cannot fit in rendering XML for output if i were to use the features of webforms, i mean the serverside controls and validation. Are there any ways to do this. Varadarajan Get your FREE download of MSN Explorer at http://explorer.msn.com/... |
|
| XMLDOM to String (2 replies, VIP) |
| ASPFriends.com 'aspngxml' list |
| Hi, I need to persist the xmldom object into a "string" (using Xerces API). I believe someone would have done this. Please help me. Thanks, Uma |
|