00735 Transforming XML to Another XML with XSLT and Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 14

  • @KptAlzheimer
    @KptAlzheimer 3 ปีที่แล้ว +1

    Great, that is what I'm searching for. I will try it tomorrow. Thank you very much.

  • @SrdjanS_Automations
    @SrdjanS_Automations 6 ปีที่แล้ว +2

    Thanks, this helped me finish a project.

  • @venkataramanan2381
    @venkataramanan2381 4 ปีที่แล้ว

    Thank you , this helped me while working on my project

  • @apostescualin9539
    @apostescualin9539 6 ปีที่แล้ว +1

    Hello, do you have that code somewhere? I take an error: ERROR and i can't understand where I'm wrong.
    This is the message:
    'Could not compile stylesheet'
    FATAL ERROR: 'C:\Users\Alin\Documents\NetBeansProjects\XSLTTransform\coursesXml2StudentsXml.xsl (The system cannot find the file specified)'

  • @SrdjanS_Automations
    @SrdjanS_Automations 6 ปีที่แล้ว

    Just one question, if I have one kind of schema in the first XML file that we are using as an input, and I need to generate a different output schema for the second file, how would you do that?
    I used something like this:
    it works when validating both XML files against those two different schemas, but is it a problem if in XML OUTPUT i have xmlns:cus="www.example.org/Customer1" line?

  • @The-Cat
    @The-Cat 4 ปีที่แล้ว

    skip to 0:01 if you love your ears.
    0:00 R.I.P headphone users

  • @vinaynaidu7115
    @vinaynaidu7115 4 ปีที่แล้ว

    Awesome

  • @shivasankar7548
    @shivasankar7548 2 ปีที่แล้ว

    Can you send me that ppt

  • @shivasankar7548
    @shivasankar7548 2 ปีที่แล้ว

    infact i need to convert HTML to xml. Its pretty urgent

  • @sameeraathukorala7732
    @sameeraathukorala7732 6 ปีที่แล้ว

    Transformer trans;
    try {
    trans =tf.newTransformer(xslcode);
    trans.transform(input,ouput);
    got error in here Transformer trans;

  • @The-Cat
    @The-Cat 4 ปีที่แล้ว +1

    No source files made avalable,
    Lots of copy-pasting around
    No repeat explaining exactly what he is doing
    No additional explanation why certain things have to be done this way
    This is more like a pair programming session where the driver is doing all the work and copilot is left in the dark on what the actual goal of the task is.

    • @seifeslimene
      @seifeslimene ปีที่แล้ว +1

      hahaha

    • @The-Cat
      @The-Cat ปีที่แล้ว

      @@seifeslimene even funnier is if you search and watch on TH-cam: "samir you're breaking the car" and imagine that as a pair programming session. 😁

  • @juandcg0331
    @juandcg0331 3 ปีที่แล้ว

    I feel like kissing you!!!... Thank you so much. :D