Menu

XML in interpreter and compiler

Help
acaciz
2006-06-03
2013-04-11
  • acaciz

    acaciz - 2006-06-03

    The way XML is used by the interpreter and the compiler differ.
    I need this excellent feature in my project, but I wonder if the project will work both with the interpreter and the compiler?

     
    • xul

      xul - 2006-06-04

      The interpreter use a static implementation of XML in source code that becomes dynamic when instances are created.
      The compiler use a special Dom class, and instances of the class are filled with the declaration of the XML document in the source.
      The two instances works identically.
      You can declare a Dom document that works both with the compiler and the interpreter.
      The compiler will be updated very soon to recognize static XML declaration also.

       

Log in to post a comment.