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
  • XML Transformation Trouble...

    xml html wpf sysadmin json
    3
    0 Votes
    3 Posts
    0 Views
    C
    Hi, thank you for the tip. actually previsouly i was having problems using the copy-of tag because the html generated by the client side editor was not perfectly xml compatible one, so i had to go to using the comment and stuff. but now iam making use of SgmlReader from gotdotnet.com and solved that issue as well. Thank you for posting. Bye, CreProDes CreProDes
  • What's the best XML format?

    xml question
    6
    0 Votes
    6 Posts
    0 Views
    P
    the choice depends on what you are trying to do with the xml. if you want a very generic solution then the first is better. however, if you want to have a very specific solution the second is better - for example by have different elements for different keys you can set up your xsd to be tighter... also the second example is easier to understand (from a human point of view) either way its going to be a {} war... so choose the one your prefer :-D "When the only tool you have is a hammer, a sore thumb you will have."
  • Lookup Table (sort of) in XML

    xml question html database
    2
    0 Votes
    2 Posts
    0 Views
    A
    Hate to answer my own question but the solution is here Look up tutorial
  • System.Xml

    xml learning
    2
    0 Votes
    2 Posts
    0 Views
    N
    Michael, I really liked : Applied XML Programming for Microsoft .NET [^]. :) -Nick Parker DeveloperNotes.com
  • 0 Votes
    4 Posts
    0 Views
    S
    Hi, I have solved my problem. Actually if I am passing null values in dataset xml is not creating the xml element. so instead of passing null I passed null string(""). After that it worked for me. thanks
  • design of xml lookup table for countries?

    database sql-server design sysadmin xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • utility/library to clean-up xml-strings (&amp, etc)

    tools xml
    3
    0 Votes
    3 Posts
    0 Views
    O
    at first I tried it myself, but obviously this left many tags hanging around. So I moved to a library called 'PugXML' I found here on FlipCode but from my test-code it didn't remove the &-style-tags... I'm still waiting for a reply from the author. I'd be happiest If I could see the exeact rules (should there not be too many) and write the cleanup code myself... Or if there's such a 'cleanup-code' available somewhere I'd be glad to use it thanks for the help
  • UTF character encoding ...

    xml help tutorial question
    3
    0 Votes
    3 Posts
    0 Views
    M
    If you write encoding="UTF-16", the file needs to actually be in UTF-16. --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber #include "witty-quote.h"
  • XSLT choose function sytax problem

    xml help html com tutorial
    3
    0 Votes
    3 Posts
    0 Views
    D
    Beauty!! Thanks
  • Configuration files with c#

    question csharp workspace
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • "Converting" MFX/CDocument/CArchive to XML

    question c++ database xml json
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How do?

    question html xml
    3
    0 Votes
    3 Posts
    0 Views
    L
    Thanks very muth,My problem has be solved. linjie
  • Minor problem w/ gSOAP Toolkit

    c++ php html apache wcf
    2
    0 Votes
    2 Posts
    0 Views
    N
    Hi, I got the solution with some trial and error... Thanks anyway! If anybody needs help on this, please let me know! :) Thanks, Rgds, Nirav --------------------------------------------------- * Don't wish it was easier; Wish you were better! * ---------------------------------------------------
  • how to specify a schema?

    xml question html database tutorial
    4
    0 Votes
    4 Posts
    0 Views
    D
    Your problem seems to be with setAttribute or the use of CComBSTR. :sigh: Not too sure, but try these out: setAttribute CComBSTR
  • XML Beautifier.

    c++ question csharp visual-studio xml
    6
    0 Votes
    6 Posts
    0 Views
    D
    Frontpage 2003 (ick!) beautifies XML. It is a very poor XML editor though (no surprise eh?).
  • help with passing an asp variable to xsl

    xml sysadmin tools help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Scotland.xml

    xml com beta-testing question announcement
    6
    0 Votes
    6 Posts
    0 Views
    H
    Maybe a good start would be to define an extensible schema and to collect ideas for that schema (such as Mike Dunn's above). This could be a very useful thing, but publishing a schema will make it acceptable for many uses, so long as it is capable of handling many possibilities, and even allows for extension for the possibilities that are too rare to build-in, or ones that you or the community can't think of. Also, and this *could* go along with the schema, using a namespace with namespace-qualified elements (perhaps even qualified attributes, like RDF requires), makes XML parsing easier since your elements would be qualified and couldn't get confused with other elements (by the XML parser that understands namespaces in most cases). I think this is a really interesting idea. Good luck! -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----
  • VML HELP

    question html xml help
    3
    0 Votes
    3 Posts
    0 Views
    U
    Wow, if words could kill... I did try to add example, but it didn't go through. I did go to W3C site, but the exapmles there didn't help me much. When I'm trying to fit a text into a shape, whatever I do does not work. If I try to change the font size, also does not work. e.g. 3086-UNKNOWN CHEQUE MATCHING Whatever I did inside the textpath or the textbox, the text stayed the same. No change of the font size, rotation, middle-center or any other attribute I tried.
  • 0 Votes
    3 Posts
    0 Views
    O
    Hey thanks a lot! I'm just a starter in C# and was not aware where to reference to dll's. It solved my problem. Thanks again
  • VML - HELP

    html tools xml help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied