program to retrun an xml file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • javasuri
    New Member
    • Aug 2007
    • 2

    program to retrun an xml file?

    hi,
    i have a one xml file.

    in my program i need to read the xml file and insert a gif as binarydata using one method.
    then in another method
    i need to place this binary embeddeed xml file to one file and when i call that method
    the gif file should be displayed

    please help me ragarding this.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by javasuri
    hi,
    i have a one xml file.

    in my program i need to read the xml file and insert a gif as binarydata using one method.
    then in another method
    i need to place this binary embeddeed xml file to one file and when i call that method
    the gif file should be displayed

    please help me ragarding this.
    Have you read what the JAXP package can do for you?

    kind regards,

    Jos

    Comment

    • javasuri
      New Member
      • Aug 2007
      • 2

      #3
      Originally posted by JosAH
      Have you read what the JAXP package can do for you?

      kind regards,

      Jos
      yes i know about JAXP, in oreder to read xml file.
      but i want to embed the img file into tht file.

      as xml does not allow to embed xml file directly. so we need to convert tht img file first.

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by javasuri
        yes i know about JAXP, in oreder to read xml file.
        but i want to embed the img file into tht file.

        as xml does not allow to embed xml file directly. so we need to convert tht img file first.
        That is how you write that.
        We also have an XML forum here.

        Comment

        Working...