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
  • XSTL Transformation Include in .net 1.1 (Please Help)

    help csharp sysadmin security
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    2 Posts
    0 Views
    P
    i also get the same error about System.Xml.dll somehow the idea to try dataset1.readxml(file.xml) datagrid1.datasource = dataset1 only gives me trouble if i cant load an xml from a file, how is it possible to get it from a web service and im starting to worry about that
  • How to search in XML

    asp-net xml tutorial
    2
    0 Votes
    2 Posts
    0 Views
    S
    What do you mean by search with XML? If you want to access a specific element or attribute of an XML file use XPath[^]. "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
  • Dynamic XSD

    tutorial
    2
    0 Votes
    2 Posts
    0 Views
    S
    An XML Schema file is an XML file itself, so you can use the usual APIs like XmlDocument or XmlTextWriter. "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
  • about XML

    xml tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • XML MessageBoard

    xml html com sysadmin tools
    12
    0 Votes
    12 Posts
    0 Views
    A
    in the xsl page ?
  • C# combobox populated from xml file

    csharp database xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • XSLT - Trailing values

    xml help tutorial question
    5
    0 Votes
    5 Posts
    0 Views
    T
    I find it easy enough to grasp, and i can figure it out in time. I just hate the whole process of doing tutorials and stuff that i already know just to get to those small gems of information that i actualy need to make it work. ;) ------------------------------- Carrier Bags - 21st Century Tumbleweed.
  • XML into DB webservice

    database xml csharp help
    2
    0 Votes
    2 Posts
    0 Views
    L
    Your post might be too broad. Go to the C# forum and read the post at the top of the list "How to get an answer to your question". led mike
  • Reading and writing to an xml document

    help question xml
    2
    0 Votes
    2 Posts
    0 Views
    L
    Steve I am not sure I agree with you conclusion that an issue of finding a file using the compact framework qualifies as an XML issue just because the contents of your particular file is XML. Oh never mind... I just noticed you are using VB. led mike
  • file vsdisco doesn't come up

    csharp asp-net visual-studio xml help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • White Space Preservation In Xslt

    xml help tutorial
    5
    0 Votes
    5 Posts
    0 Views
    G
    The entity   does not exist in XSLT, so you have to use the code. "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • How to search a node in XML?

    csharp xml tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    S
    Affan Toor wrote: could not handle it What does that mean? Show us the code you got so far. "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
  • Write XML from DataSet in ASP.Net

    database csharp asp-net com algorithms
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Xml parser C

    xml help tutorial
    5
    0 Votes
    5 Posts
    0 Views
    D
    Stefan Troschuetz wrote: If you mean that you want to write your own XML parser that will be a very challenging task and most probably no one here can give you complete code for this. If memory serves well there are some articles... At least one XML parser in C++ - probably portable to linux. "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe
  • XSD validation on recursive XML elements [modified]

    xml database help question
    5
    0 Votes
    5 Posts
    0 Views
    B
    True, didn't realize that was a requirement. I guess choice is the only valid approach. Try code model generation tools at BoneSoft.com.
  • How to Add Node Values from external xml file

    xml tutorial
    3
    0 Votes
    3 Posts
    0 Views
    S
    thanks....
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • why my file not opened [modified]

    help xml learning
    3
    0 Votes
    3 Posts
    0 Views
    G
    kalaveer wrote: Error processing resource 'file:///C:/Documents and Setti... The browser cannot file the document with that pathname. If you are accessing the file locally, then make sure this is the correct pathname. If you are accessing the file via HTTP, make sure the pathname is a relative or absolute URL. "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • Problem in storing URL in XML file

    help question csharp com xml
    8
    0 Votes
    8 Posts
    0 Views
    R
    replace & sign with amp; rupesh