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
  • How to ...

    question xml tutorial
    3
    0 Votes
    3 Posts
    3 Views
    P
    use @ to get to attributes: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">  <xsl:output method="text" encoding="iso-8859-1" indent="no" />  <xsl:template match="data">   <xsl:apply-templates select="item"/>  </xsl:template>  <xsl:template match="item">   - <xsl:value-of select="@name"/>  </xsl:template> </xsl:stylesheet> "When the only tool you have is a hammer, a sore thumb you will have."
  • Assign DTD to XML Document

    c++ linux xml help question
    5
    0 Votes
    5 Posts
    3 Views
    B
    Thank you, it works! Yours sincerely, Alex Bash
  • (XML4C) DOMParser constructor crash

    html com json question
    5
    0 Votes
    5 Posts
    3 Views
    R
    Yes, I'm using the latest release. I've switched back to version 4 to get around the symbol clash. Thanks for your help! /ravi Let's put "civil" back in "civilization" http://www.ravib.com ravib@ravib.com
  • XML & VC++

    question c++ xml help
    5
    0 Votes
    5 Posts
    5 Views
    R
    See this link[^] that explains how to do this, as well as other standard operations using MSXML. /ravi Let's put "civil" back in "civilization" http://www.ravib.com ravib@ravib.com
  • ForEx Data

    xml database help question
    2
    0 Votes
    2 Posts
    3 Views
    R
    Shane, I use this Yahoo link[^]. I'm hoping to turn this into a WRP[^] one of these days. /ravi Let's put "civil" back in "civilization" http://www.ravib.com ravib@ravib.com
  • calling all XML/XSL XPath gurus

    xml database question help csharp
    5
    0 Votes
    5 Posts
    3 Views
    M
    Marc Clifton wrote: BTW, how do you embed XML as source, so it doesn't get parsed Check the "Display this message as-is (no HTML)" checkbox before submitting the post. --Mike-- "I'd rather you just give me a fish today, because even if you teach me how to fish, I won't do it. I'm lazy." -- Nish Just released - 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm
  • XML Database on Client w/C#

    help question csharp database xml
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • table joins--how to???

    database xml tutorial help question
    6
    0 Votes
    6 Posts
    5 Views
    M
    Ah ha. I've been reading up on XQuery vs. XSL, and I find it quite interesting (and quite obtuse). Thanks for this tidbit! Marc Help! I'm an AI running around in someone's f*cked up universe simulator.
  • how to convert xsl:fo or xml document to pdf using c sharp

    xml csharp help tutorial
    4
    0 Votes
    4 Posts
    2 Views
    P
    some good software is at http://www.antennahouse.com[^] you will have to use interop, or shell the exe - but its a nice product and pretty conformant to the standard. "When the only tool you have is a hammer, a sore thumb you will have."
  • XML+XSL Hyperlinks

    question xml help
    8
    0 Votes
    8 Posts
    8 Views
    P
    yes its part of the standard - comes under 7.6.2 Attribute Value Templates http://www.w3.org/TR/1999/REC-xslt-19991116#dt-attribute-value-template[^] "When the only tool you have is a hammer, a sore thumb you will have."
  • Which my choice? DOM or SAX

    xml html performance question
    10
    0 Votes
    10 Posts
    3 Views
    C
    Mr. Manager:;) It's a "perfect XML", thank you!
  • XML Schema:constraint attribute integer

    question xml database tutorial
    3
    0 Votes
    3 Posts
    3 Views
    H
    thanks alot! the pattern works... meng
  • c# API for converting XSL-FO to PDF and other formats

    csharp html xml json help
    2
    0 Votes
    2 Posts
    2 Views
    P
    http://www.antennahouse.com/[^] "When the only tool you have is a hammer, a sore thumb you will have."
  • how to open a document in xml/xsl???

    xml tutorial html help question
    2
    0 Votes
    2 Posts
    2 Views
    P
    this makes no sense, please give us more detail of what you are trying to do "When the only tool you have is a hammer, a sore thumb you will have."
  • XSL sorting

    c++ com algorithms xml help
    2
    0 Votes
    2 Posts
    3 Views
    Richard DeemingR
    <xsl:sort select="@attribute_name" order="descending" data-type="number" />
  • Learn DOM in 21 minutes?

    c++ java html com xml
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Using in characters in string

    html xml
    4
    0 Votes
    4 Posts
    2 Views
    S
    Yes, MSXML should work, you can use SetText(), etc. Shog9 ------ No one's immune now, from a world of problems No one's exempt now, from a world of pain That's the way that it goes when you're down here with the rest of us...
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • xslt elected attrib-change

    xml question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • XML engine

    question c++ com xml announcement
    3
    0 Votes
    3 Posts
    2 Views
    J
    Cheers - this is what I was looking for ! :) Jeremy Pullicino Professional C++ Developer Done any hacking lately?