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
  • xsd command on SVG schema ?

    xml help question csharp database
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • callery

    csharp adobe xml
    2
    0 Votes
    2 Posts
    0 Views
    L
    hossein_abbasi wrote: create callery What is callery?[^] Please provide a link to a resource that defines it. led mike
  • how to ocnvert string to XML file

    question xml help tutorial
    6
    0 Votes
    6 Posts
    0 Views
    A
    Hai I found the Solution... here it is String fileName = @"\XMLFile.xml"; Some XML file path in which u want to store.... File.Delete(fileName); <red>Every time your are deleting the file to avoid appending the text for every execution.</red> File.AppendAllText(fileName,XmlFormat); Coping the string value into the xml file.. Santhapur
  • 0 Votes
    2 Posts
    0 Views
    L
    Rebecca Fox wrote: Prompt response will be greatly appreciated.: confused: Hi Rebecca, welcome to CodeProject :beer: The articles like the one you are using have there own forums/blogs at the bottom of the article page. That is the best place to ask questions pertaining to the article. I am not familiar with that article. However glancing through it, and I have no idea what the scope of your project is, but one of the most frequently used approaches for working with Office applications is to use the Primary Interop Assembly for the product. There are different assemblies for different versions of Office. For example you would go here if working with Office XP[^]. There is a different resource for Office 2003 etc. led mike
  • Cannot traverse RDLC file using Xpath

    xml database com architecture help
    5
    0 Votes
    5 Posts
    0 Views
    P
    led mike wrote: Don't post some trash like that. I second that. "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
  • XML Data

    database com algorithms xml code-review
    3
    0 Votes
    3 Posts
    0 Views
    J
    Thanks, Devaang...I was sorta afraid I would get that kind of response. I guess I will redesign and put it back into a small db file.
  • convert HTML to XML

    html xml
    3
    0 Votes
    3 Posts
    0 Views
    D
    Hi Raaj, for it u have to make xslt for it in which your parent tags are of xml and which will map to html tag like /*write x-path here*/ Thanks Devaang
  • 'ref' tag

    2
    0 Votes
    2 Posts
    0 Views
    L
    http://www.developer.com/xml/article.php/3388311[^] About 1/4 the way down the page. I don't believe you can refer to an entire xsd. Only elements that are inside them.
  • 0 Votes
    2 Posts
    0 Views
    L
    Member 4703966 wrote: a project which requires me to transform a HL7 XML format file into a generic XML file using XSL. I don't believe that makes any sense. It's likely that you need to study the XML technology space to gain a better understanding of it for your project. Try sites like TopXML and www.w3schools.com, I think they have lots of introductory type material. led mike
  • Import Schema problems in XSD

    xml database wcf com hardware
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • xml reading using vc++

    c++ xml help
    2
    0 Votes
    2 Posts
    0 Views
    L
    Have you seen this?[^] led mike
  • Adding two XmlDocument objects and making as one XmlDocument

    com xml help
    2
    0 Votes
    2 Posts
    0 Views
    L
    You did not supply enough specific information. Do you know XML technology? If not you should study it, there are many resources on the Web like Top XML and www.w3schools.com Do you know that an XML document can only have one root element? Given this your post does not specify "how" you want to add the second document to the first, this means, what the resulting XML should be. led mike
  • Using msxml help in Visual c++ 6.0

    c++ help html xml question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • problem loading xml+xsl in IE

    xml help tools question
    2
    0 Votes
    2 Posts
    0 Views
    L
    Member 4660724 wrote: but it doesn't work I know I have seen that before, oh right, it was this thread[^]. I will try one last time. We need more information than "it doesn't work" to have any idea what the problem is. If you are incapable of understanding that then I suggest you check this out[^]. led mike
  • Web Method Returning a complex Custom data type.

    xml json help apache wcf
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Sub-query with XmlNodeList

    question database xml tutorial csharp
    2
    0 Votes
    2 Posts
    0 Views
    L
    Atropus wrote: How can I convert easily this XmlNodeList in a node That does not make sense, I can't understand what you want. Perhaps you could have provided the resultant example xml that you desire to create? led mike
  • Use external Xml File in My external File (Import)

    xml help tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    L
    hamedmot wrote: please help me apace. This is a largely english site, you need to get help from someone that speaks english with your posts because they don't make any sense. led mike
  • writing to XML

    database question sql-server sysadmin xml
    2
    0 Votes
    2 Posts
    0 Views
    M
    start here: http://www.w3schools.com/xml/default.asp[^]
  • wrong element in transformed xml

    xml wpf regex tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    G
    I believe you just need to change this line: "../../../currency/@symbol" to this: "../../@symbol"