Search results for query: *

  • Users: Kaat
  • Order by date
  1. K

    Xml + Xsd

    I'll try it, thanx :)
  2. K

    Xml + Xsd

    No problem ;) greetz Kaat #9
  3. K

    Xml + Xsd

    I don't think so, xsd is something else then a xsl, should i reform my question? greetz
  4. 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
  5. 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
  6. K

    Vb.net!!!!

    Really thank you Kaat #9
  7. K

    Vb.net!!!!

    Thank you very much greetz
  8. K

    Vb.net!!!!

    Hey, Does someone knows anything about this? thx
  9. K

    Vb.net!!!!

    That would be great, thank you very much :) :) :)
  10. K

    Vb.net!!!!

    Hey, Kulrom thanx a lot for that previous example, it was a great help to me.
  11. K

    Vb.net!!!!

    vbmenu_register("postmenu_7974", true); Thanx jmcilhinney, but how do you do that, i don't know how to write a new file using the xsd?
  12. K

    Vb.net!!!!

    I get some XML (for example with projects) from an application, and i've to put these projects into another application, but the xml is different (layout, some names of header, etc...) greetz
  13. K

    Create an xsl file

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

    Vb.net!!!!

    What I acually want to say is, i've xml code and I want it to transform to other xml code, how do i do this? greetz
  15. 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...
  16. K

    Vb.net

    Thank you, it work fine, greetz:cool:
  17. K

    Vb.net

    Thanx I gonna try it now, because yesterday I didn't had the time, I'll let you now if it works. greetz :)
  18. K

    Vb.net

    related like an access db. greetz Kaat #9
  19. 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>...
  20. 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>...
Back
Top