xml encoding schema header file

Clovertech Forums Cloverleaf xml encoding schema header file

  • Creator
    Topic
  • #119025
    Travis Fulk
    Participant

      I’m building an interface that processes 10,000 plus records from pipe delimited flat file into a XML file.  I’ve asked the vendor for dtd or schema.  I need to add on the header portion and I’m not sure how that is done using Cloverleaf (v6.1).  XML example attached

      1. Is there a way for Cloverleaf to automatically insert that header on a new file?
        <?xml version=”1.0″ encoding=”UTF-8″?>
        <dd:DocumentXs xmlns:dd=”documents” xmlns:sis=”sis_message”
        xmlns:xs=”http://www.w3.org/2001/XMLSchema&#8221; xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”&gt;
      2. How is the closing element inserted?  Ex. </dd:DocumentXs>
    Viewing 1 reply thread
    Viewing 1 reply thread
    • You must be logged in to reply to this topic.