TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: kdub_nz on August 08, 2023, 12:02:17 AM

Title: For anyone using XML type files.
Post by: kdub_nz on August 08, 2023, 12:02:17 AM

https://www.theswamp.org/index.php?topic=58472.new#new
Title: Re: For anyone using XML type files.
Post by: d2010 on August 08, 2023, 12:43:39 AM
--for compatibiles to manyAutoCadClones (e.g Solidwork wih VLISP or BricsCad, ProgeCad, ZwC, others)  you can check, one program .lisp to All-autocad2000-version. :smitten:
 my solution
for quick-understanding , and you do not waste of time to begin, you follow the steps
Code: [Select]

A1)you download pp_anexe34_45.zip
A2) you unzip to to root C:\
A3) you edit the file "aux_lispworks._ls" with wordpad.exe

click_here=https://sourceforge.net/projects/vlxc-codoclisp/files/pp_anexe34_45.zip/download (https://sourceforge.net/projects/vlxc-codoclisp/files/pp_anexe34_45.zip/download)


The program  have three parts>
Code: [Select]
A**)  read cpxml to intern-variabiles =
   (pp_anexa3_table_1c.LSP
(defun C:deb() ...
  (defun pp_interlisp( ...
     ( strc_file2resbuf namefile 0 0  (quote con_listcpxml))) ;; store cpxml to on -varname "con_listcpxml" ...
     (numerecadastrale ""  pope  -5005 ;|rtkwor|;  ....
  )))

B**) (load "C:\\Vlaxcompil\\0User\\atmelisp\\pp_anexa3_table_1c.LSP")
  ... export DOC from intern-variabiles

C** Your needs
  (files = "aux_lispworks._ls"
   (strc_xml2int ag "ADDRESSID"))
   (strc_xml2str a "DEEDNUMBER")
  )
The solution not, is only purely read ascii lines.*.xml
Many Issues is inside RTFmodules.fas (issues of compatibiles.lisp)
 :embarrassed2:=
root=clickhere2- you unzip the files , from inside,  sources to root C:\Vl?*\0user (https://sourceforge.net/projects/vlxc-codoclisp/files/)
Best Regards..