Author Topic: External Data Storage with XML and VLISP  (Read 33866 times)

0 Members and 1 Guest are viewing this topic.

MiD-AwE

  • Mosquito
  • Posts: 2
Re: External Data Storage with XML and VLISP
« Reply #60 on: December 31, 2013, 02:12:38 PM »
I am one of those folk that believes in reviving old threads instead of starting anew. I hope no one rips me a new one for my belief  :ugly: (BTW-this is my first post.)

I'm trying to use the XML-API.lsp but I'm struggling with one thing. I need a way to create the xml file as I need it, instead having to build a massive xml file with all possible options before hand.

Am I the only one thinking this way and if so is it a bad idea? Will the xml-api flop if the file is not pre-existing?

I would like a function that I can use inline like (XML-Set-Child PARENTNAME NEWCHILDNAME VALUE) & similar for new parent and so on.

Thank you in advance.

Mark

  • Custom Title
  • Seagull
  • Posts: 28753
Re: External Data Storage with XML and VLISP
« Reply #61 on: December 31, 2013, 02:34:51 PM »
I am one of those folk that believes in reviving old threads instead of starting anew.
You picked a good one too. :) I had forgotten all about this thread.
TheSwamp.org  (serving the CAD community since 2003)

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: External Data Storage with XML and VLISP
« Reply #62 on: December 31, 2013, 03:10:38 PM »
Welcome to the Swamp MiD-AwE
Make sure you check out the XML threads http://goo.gl/53wuPW
« Last Edit: December 31, 2013, 03:13:51 PM by CAB »
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

MiD-AwE

  • Mosquito
  • Posts: 2
Re: External Data Storage with XML and VLISP
« Reply #63 on: January 02, 2014, 10:02:52 AM »
Welcome to the Swamp MiD-AwE
Make sure you check out the XML threads http://goo.gl/53wuPW

Thank you for the greetings. I'll read through the results, hopefully I'll find something useful.  :|
« Last Edit: January 02, 2014, 10:20:29 AM by MiD-AwE »