Skip to content

XML / XSL

Discussions on XML and related technologies

This category can be followed from the open social web via the handle xml-xsl@forum.codeproject.com

2.6k Topics 6.8k Posts
  • XSLT exception handling

    help java ai-models xml
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Read xml file into HTML table

    html xml tutorial
    5
    0 Votes
    5 Posts
    0 Views
    T
    thanks for your assistance stefan :)
  • helping converting doc,txt,rtf to xml

    xml database help
    4
    0 Votes
    4 Posts
    0 Views
    L
    yacastr wrote: I have been searching for a corresponding schema or a non 3rd party xml parser yacastr wrote: convert a doc,txt, or rtf to xml A XML parser is "not" going to convert any non-XML format into XML. MSWord can export doc and rtf to WordML, I don't know if it will also export "TXT" to WordML. See Google results[^] led mike
  • XPATH query to get the child elemets of a node

    xml database question
    3
    0 Votes
    3 Posts
    0 Views
    M
    Hi, Thanks. it solved the issue... Thanks and Regards Madhu
  • Nesting XmlTextWriter

    xml
    2
    0 Votes
    2 Posts
    0 Views
    S
    Would it be an option to pass an XmlTextWriter into the method that writes the document element, so in the method that creates the overall xml message you instanciate one XmlTextWriter and pass it to the method together with each document.? "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook www.troschuetz.de
  • Implementing XSLT constraint

    xml com business help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • element or attribute

    question
    4
    0 Votes
    4 Posts
    0 Views
    D
    Nice. "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
  • [ANN] VTD-XML 2.0

    announcement csharp c++ php html
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • learning .net

    csharp asp-net dotnet learning
    4
    0 Votes
    4 Posts
    0 Views
    D
    Nah, that would be too... logical! "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
  • how to excute 2 SQLXML statements

    database xml csharp tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    S
    Maybe this can help: Multiple Source Documents[^] "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook www.troschuetz.de
  • XML to Excel

    xml csharp html
    2
    0 Votes
    2 Posts
    0 Views
    S
    Ever tried google. Found those quite promising looking articles on the first result page: Convert XML To an Excel Spreadsheet Using XSL[^] Transfer XML Data to Microsoft Excel 2002 by Using Visual Basic .NET[^] "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook www.troschuetz.de
  • No XML Header?

    xml help question announcement
    3
    0 Votes
    3 Posts
    0 Views
    D
    Exactly what I was looking for, thanks a lot! :) Too many passwords to remember? Try KeePass Password Safe!
  • Accessing xml with javascript

    javascript xml help
    4
    0 Votes
    4 Posts
    0 Views
    K
    XML FILE -------- Premshree Pillai Kumar Singh Ranjit Kapoor 100,000 140,000 200,000 In InLine Code: -------------- var xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); function loadXML(xmlFile) { xmlDoc.async="false"; xmlDoc.onreadystatechange=verify; xmlDoc.load(xmlFile); xmlObj=xmlDoc.documentElement; alert(xmlObj.xml); } function verify() { // 0 Object is not initialized // 1 Loading object is loading data // 2 Loaded object has loaded data // 3 Data from object can be worked with // 4 Object completely initialized if (xmlDoc.readyState != 4) { return false; } } In CodeBehind -------------- create one Button then In Page_Load write this Button1.Attributes.Add("onclick", "return loadXML('Sample.xml')") from my Knowledge i wrote this regards kamal
  • convert database

    database sql-server sysadmin xml question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Writing XML stored in a string using Respose.Write

    html xml help tutorial
    8
    0 Votes
    8 Posts
    0 Views
    S
    "The XMP tag displays a sequence of literal characters in the browser's default fixed-width font. The XMP element displays all white space and line breaks exactly as they appear inside the and tags." (HTML Tag Reference[^]) Another resource (SelfHTML[^]) said that the xmp tag is no longer a part of the HTML standard. Though they are still supported by current browsers, one should not count on this. The resource suggests of instead using the pre tag. Since the pre element interprets HTML tags, you must use special symbols for any character that has a meaning in HTML that you wish to be displayed rather than interpreted. For example, use &< for the < symbol, and use &> for the > symbol. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook www.troschuetz.de
  • xsl:value-of

    question xml help
    9
    0 Votes
    9 Posts
    0 Views
    S
    Yeah I got it :) These two worked now. My last and yours. Actually the problem was silliness of ex-writers!! Variable names was like varValue1, varValue2, xslAtt1, xslAtt2-3..... I changed these silly names and problem appeared clearly :) Thank you so much for your help. I'll disturb you on another problem ;) Savas
  • Writing the Data from database to XML

    database csharp asp-net xml help
    2
    0 Votes
    2 Posts
    0 Views
    S
    What are you using to create the XML? If you are using the XmlDocument type you probably run out of memory. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook www.troschuetz.de
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • xml attributes and sql database

    database question xml visual-studio help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied