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
  • Can awebapplication has more than one web.config file

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Xml

    xml html help learning
    2
    0 Votes
    2 Posts
    0 Views
    L
    Member 3784412 wrote: while sending Xml file over geeting the error That does not mean anything in english. Perhaps you need help with translation when writing your post.
  • how to create an xml file during run time

    design xml tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    L
    pavan ravipati wrote: how can i create the xmldocument Define more specifically what you mean by "the xmldocument".
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Output to text file

    xml question
    3
    0 Votes
    3 Posts
    0 Views
    S
    Thanks, I was making this harder than it needed to be. A simple 2 line C# program was all I needed.
  • Web based XML import help

    tutorial question database com
    2
    0 Votes
    2 Posts
    0 Views
    L
    One often used method of working with XML in a Microsoft environment is to use the MSXML ActiveX object. To learn how to use MSXML and all the XML technologies associated with your problem I suggest you start looking at some of the tutorials at www.w3schools.com
  • C# .Net on Threads

    csharp question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Problem reading xml string and convert into a data table

    database xml help
    3
    0 Votes
    3 Posts
    0 Views
    R
    Hi Mike, Thanks a lot for your valuable advice. I tried with the parent element to each row and now it is working alright. Now I am working on XSLT to format the XML string. THanks for your time. Renu
  • string manipulation in xsl - concatinating

    xml html help
    2
    0 Votes
    2 Posts
    0 Views
    L
    Try the XSLT Tutorials at www.w3schools.com, the are tailored to beginners.
  • cookies

    question workspace
    4
    0 Votes
    4 Posts
    0 Views
    C
    This really isn't an XML or XSL problem. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
  • Adding Header an datetime when User prints excel Sheet.

    wpf com xml announcement
    7
    0 Votes
    7 Posts
    0 Views
    A
    use pre tag mate as curtis asked you. Look around for pre tag before you post and post once again. All the best
  • XML/XSL transformation question.

    xml question wpf regex announcement
    4
    0 Votes
    4 Posts
    0 Views
    C
    Yeah, I like it that way, too. No, if you're using MSXML, there's no way to force it to output />. It's hard-coded to do that, as far as I know, having used it for quite a long time. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
  • Converting Word ML to XML

    xml html asp-net wpf com
    5
    0 Votes
    5 Posts
    0 Views
    T
    Hey Lee ya i googled it from ur earlier reply and was able to find the VB code and i just tested it for transformation. It worked. wow, i have these so called senior developers on my side and it dint strike them when i asked them for this transformation tool. K thanks a million. Regards Teja
  • How to convert from html to xml

    xml help html tutorial question
    7
    0 Votes
    7 Posts
    0 Views
    T
    Curtis, Thanks a milliom for the reply. I guess this is a path that has less flowers and more thorns in it. So let me check out your suggestion and get back to you. I guess you need to know that i am not the best of pesons in writing xslts. All i hve done is taken an xslt of another xml document and have modified it in such a way that i can help show my xml in word. What you also have to understand is that, I am trying to generate an XSLT and convert my xml to word and back programatically in .NET. So i guess i will hae to figure out a way in which i can do this . Thank you Loads Teja
  • XML to JSON using XSLT

    xml java tools json help
    2
    0 Votes
    2 Posts
    0 Views
    C
    I'd recommend first learning some XSLT. You can do that at W3 Schools XSLT Tutorial[^]. Then, I'd recommend learning about JSON, if you don't know it already. You can do that at JSON.org[^]. Finally, map the elements from your XML file to serialized objects in the JSON file. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
  • 0 Votes
    3 Posts
    0 Views
    S
    Is there any way that this can be presented in a horizantal way
  • javascript and xml

    javascript com xml help question
    2
    0 Votes
    2 Posts
    0 Views
    C
    Have a look at XUL[^]. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
  • Reading XML Schema and schemas located in Includes

    xml csharp database
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • XML

    xml question
    2
    0 Votes
    2 Posts
    0 Views
    C
    You need to replace those special chars. Use this: xml encode/decode[^] Calin
  • XSLT nested list problem [modified]

    xml help question
    2
    0 Votes
    2 Posts
    0 Views
    L
    PeOpLesChAmP wrote: Any suggestions? Check out www.w3schools.com. They have tutorials tailored for beginners as well as a complete reference.