PDA

View Full Version : Compile XML Documents


andy.millard
2008-07-01, 12:49 PM
Is there a way to compile XML documents? I get an error casued by a parenthesis in my XML file. I dont really want to change my code to concantenate a parenthesis. I see that it will do DCL files and TXT files but I dont see where it allows for XML files. Is it a ACAD 2007 thing or am I missing something?

dgorsman
2008-07-02, 03:59 PM
Define "compile" in this context?

andy.millard
2008-09-19, 03:34 PM
Sorry, I lost track of this post. I want to be able to compile my autolisp file into a vlx file that would contain a lsp, dcl and xml file. I get an error when I try to compile it. Has something to do when it reads the XML file. MAybe there is a settin that I need to change or something.

dgorsman
2008-09-19, 04:16 PM
Try renaming them as TXT files - your software should still be able to access them as XML despite the different extension. Otherwise, just include them as separate files outside the VLX.