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
  • OfficeOpen XML and Font Substitution

    csharp xml help question
    3
    0 Votes
    3 Posts
    0 Views
    D
    I thought of that and I was trying to avoid that, but if it what I must do then so be it. Thanks for the quick response.
  • Xpath expression

    xml csharp help question
    8
    0 Votes
    8 Posts
    0 Views
    I
    Hi it was the and operator that I was looking for, didn't knew that you could combine multiple conditions. Thanks for your help! :-D
  • How to allow boolean 'TRUE' or 'True' in xml

    xml help tutorial
    9
    0 Votes
    9 Posts
    10 Views
    S
    I have created this schema with VS and it doesn't complain: "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 Cookwww.troschuetz.de
  • XML datatype in sql server 2005

    question csharp asp-net database sql-server
    3
    0 Votes
    3 Posts
    0 Views
    R
    i want to insert data from textbox into xml datatype column in database. i tried the coding for this... But it accepts the data with tags( Root> ).If we enter without the tag, it is showing error.
  • Validating XML against XSD in MSXML6.0

    xml database help question announcement
    4
    0 Votes
    4 Posts
    0 Views
    S
    Kavita seth wrote: Can you please suggest some solution for this? Mmh, I'm not sure where this error comes from as the OEM type is declared in the schema. Maybe it has something to do with declaring all schema components in the empty namespace. I strongly recommend using a custom target namespace. Also it might be helpful to see the declaration of the INFO-COMPONENT element. "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
  • Database and XSLT

    csharp database xml question
    3
    0 Votes
    3 Posts
    0 Views
    G
    parasu_516 wrote: Can we Query database in XSLT/XSL ?? AFAIK, XSLT/XSL is used for transforming of documents and not for querying data. parasu_516 wrote: can we pass values to XSLT/XSL through C# or VB.Net ??? Yes, you can pass parameters to XSLT from C#or VB.NET. "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • CSV to Xml conversion

    xml csharp algorithms
    3
    0 Votes
    3 Posts
    0 Views
    G
    Sounds like he had an eureka realization to me! :confused: "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • PHP excel xml report creating using loops

    help php xml question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Add text to Tooltip for a XML file

    csharp c++ visual-studio xml tutorial
    2
    0 Votes
    2 Posts
    0 Views
    G
    XML is basically a data container. You usually have to transform it to something else in order to get a more advanced interface. You can transform it to HTML and use CSS and/or Javascript to get the desired effect. "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • how datas inside a database can be stored in an xml file?

    database xml question
    2
    0 Votes
    2 Posts
    0 Views
    G
    You browse http://www.topxml.com/[^] you might find your answer. "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • close all XML nodes by defualt

    xml question
    6
    0 Votes
    6 Posts
    0 Views
    G
    The default IE XSLT template actually turns the XML into HTML. Thus the opening anc closing of nodes is controlled by Javascript and/or Cascading Stylesheets (CSS). So, you need to look for DHTML code that displays Tree nodes and you develop a XSLT sheet to transform your XML code. A good place to start would be the default IE XSLT template. "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • xml file for Contet packaging in elearning

    learning wpf wcf xml help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • .xml skin file for Motorola Q Black

    mobile xml help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Beginning XML , sample chapter: Wrox Publishing

    html wcf com csharp dotnet
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • how to specify multiple selection criteria in tag?

    xml help csharp html tutorial
    2
    0 Votes
    2 Posts
    0 Views
    R
    xsl:when test="author/first-name='Herman' | author/first-name='Imaginary' "> oh well i got it sorted out myself... just changed it to xsl:when test="author/first-name='Herman' or author/first-name='Imaginary' "> and it worked! Thanks anyway
  • Xml WellFormedness error

    tutorial regex xml json help
    5
    0 Votes
    5 Posts
    0 Views
    A
    Thanks a ton for the advice! i will work on the Xml repair API, hope it would be usefull in other cases too! i l get back once i comeplete the thing! Thanks!
  • what it is? [modified]

    question xml
    2
    0 Votes
    2 Posts
    0 Views
    G
    http://www.w3schools.com/xml/xml_cdata.asp[^] "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • What is Wrong with My Code in

    help css database security question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • how to write xml in C#.net

    csharp xml help tutorial
    5
    0 Votes
    5 Posts
    0 Views
    A
    Hello Stefan!! Great thanks... Its works fine. Thank you Anee Anee
  • 0 Votes
    2 Posts
    0 Views
    G
    Rocky71 wrote: Is this possible to create a new XML file based on another XML file using XSL/XSLT? Yes, you would usually use xsl:copy and/or xsl:copy-of. "We make a living by what we get, we make a life by what we give." --Winston Churchill