Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: What is XML?

    I am underwhelmed by this article, and not just because it's dated. (DTDs?) Most of the problems the author attributes to XML are in fact problems associated with...

  • RE: Simple XML

    Oh, good heavens, XQuery. Never mind then; you're quite right.

    Robert Rossney

    rbr@well.com

  • RE: Parsing XML through Stored Procedures

    OPENXML really can't do what you want it to do. It wants name-value pairs, and your XML doesn't provide them. Sure, it has names, and it has values,...

  • RE: Editing XML files

    The approach to use depends a lot on more specifics than you've provided here.

    Generally speaking, there are three good ways to modify an XML document programmatically. You can transform...

  • RE: Simple XML

    No, that's not the correct answer. That's an answer that works, but it's not correct.

    The correct answer is

    /Test/@GUID

    There's no need to specify the "[1]" predicate, because...

  • RE: For XML returns ansi equivalent for operators.

    > I would like it to return '>', the symbol.

    It can't. Not if it's returning well-formed XML. XML requires markup characters in text content to be escaped, so...

Viewing 6 posts - 1 through 6 (of 6 total)