Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7869563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T01:21:46+00:00 2026-06-03T01:21:46+00:00

I have Autocad files .DXF or .DWG, I export them as XML files from

  • 0

I have Autocad files .DXF or .DWG, I export them as XML files from Autocad.
The files for example are for a house plan, with garden and pool…
I need to be able to upload the xml file on a web application, then read each object, like the pool only, how can I detect where are the points of the pool in the xml file, using Javascript.

Was the question clear or you need more details?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T01:21:48+00:00Added an answer on June 3, 2026 at 1:21 am

    -1. Which version of ACAD are you using? CIVIL?

    This is the format for CIVIL I believe.
    But I could be wrong I only have Autocad 2011 standard.

    see: http://www.landxml.org/

    http://www.landxml.org/webapps/landxmlsamples.aspx (samples)

    More Info on ACAD XML
    See:
    http://images.autodesk.com/latin_am_main/files/2144863_Autodesk_WP_XML-at-Autodesk.pdf
    http://forums.autodesk.com/t5/Visual-LISP-AutoLISP-and-General/How-To-Read-Xml-File/td-p/2377688

    -2. Basically once you understand the ACAD XML format it’s just a matter of searching
    through the XML file (text file)

    see: http://snippets.dzone.com/posts/show/2719

    see: search and output data from an XML file using JavaScript (advanced)

    -3. Then just use Javascript to parse it into a HTML page.
    Website HTML file right?

         <head>    
        <script type="text/javascript" src="loadxmldoc.js"></script>    
        </head>    
        <body>    
    
        <script type="text/javascript">    
    
        xmlDoc=loadXMLDoc("books.xml");    
    
        x=xmlDoc.getElementsByTagName("title")[0]    
        y=x.childNodes[0];    
        document.write(y.nodeValue);    
    
        </script>    
        </body>    
        </html>     
    

    Please give more details on your start format & end format. 🙂

    This will also help to answer the question.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a file with extension .dwg (AutoCAD), and I want to call that
Have 2 tables for example: In 1st: object & parent columns object | parent
My files have this invisible arrows How do I disable this completely? --->--->--->--- This
I'm thinking about starting to develop a plugin for AutoCAD, but I have absolutely
Given a set of floorplans (in Autocad, svg, or whatever format need be...), I
Use case: You have 2-3 files displayed in your MacVim window(s). You press ctrl+Q
We have built a webservice for a client that uses AutoCAD. They have a
I'm using Syntastic plugin. I have some files with some errors (Warnings) that I
When using snipmate + vim, is it possible to have many snippet files load
We have a legacy AutoCAD plugin for integration with our applicaton. The plugin uses

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.