Author Topic: For anyone using XML type files.  (Read 1122 times)

0 Members and 1 Guest are viewing this topic.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2139
  • class keyThumper<T>:ILazy<T>
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

d2010

  • Bull Frog
  • Posts: 326
Re: For anyone using XML type files.
« Reply #1 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


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
Best Regards..
« Last Edit: August 10, 2023, 03:24:57 AM by d2010 »