Search results for query: *

  • Users: Kaat
  • Content: Threads
  • Order by date
  1. K

    Xsl

    Can someone help me? Change this xml <Projects> <Tasks> <x>Program</x> </Tasks> </Projects> to this xml <Project> <Task> <Y>Program</y> </Task> </Project> by an xsl in VB.NET greetz
  2. K

    Xml + Xsd

    I have an xml file and i need it to couple it with an xsd file, how do you do this in VB.NET? I'l explain more, I've a xml file, I put it in a recordset. The data in the recordset has to be coupled with an xsd file to get an new xml file, with this particulary XSD. greetz Kaat #9
  3. K

    Create an xsl file

    How do I create a Xsl file in VB.net?
  4. K

    Vb.net!!!!

    Vb.net!!!! Help me I have again a question: When you have xml with projects or something else from one application and you have to put it in another application (where the layout of the xml is different), how do you do this? One thing you have the xsd of the last application. So I think you...
  5. K

    Vb.net

    how do I read a simple xml file Hey, Question, how do I read a simple xml file like this <?xml version="1.0" encoding="UTF-8" ?> - <family>- <name gender="Male"> <firstname>Tom</firstname> <lastname>Smith</lastname> </name>- <name gender="Female"> <firstname>Dale</firstname>...
  6. K

    VB.NET and XML plz help

    Hey, Question, how do I read a simple xml file like this <?xml version="1.0" encoding="UTF-8" ?> - <family> - <name gender="Male"> <firstname>Tom</firstname> <lastname>Smith</lastname> </name> - <name gender="Female"> <firstname>Dale</firstname> <lastname>Smith</lastname>...
  7. K

    Soap --> please help

    Does anyone has a good tutorial about soap? greetz Kaat #9
Back
Top