English 中文(简体)
1. 侦查在Autocad(DXF或DWG)出口xml文档中的每个物体点
原标题:Detect each object points in Autocad (.DXF or DWG) exported xml file

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.

问题是否明确,或是否需要更多的细节?

最佳回答
问题回答

暂无回答




相关问题
.NET DataSet.GetXml() - what s the default encoding?

Existing app passes XML to a sproc in SQLServer 2000, input parameter data type is TEXT; The XML is derived from Dataset.GetXML(). But I notice it doesn t specify an encoding. So when the user ...

Problem in XML parser program

I am doing a simple XML parser program.I am running it in command prompt.The program (abc.java) compiles successfully.But it gives following error after running it: C:Program FilesJavajdk1.6.0_13...

XML parsing problems

i need to parse this such that i can get the attribute of MMV and all the attributes of all CS tags <MMV val="Configdes000110010101"> <CS protocol="SNMP" CommandString="...

nsxmlparser not solving &apos;

Im using NSXMLParser to dissect a xml package, I m receiving &apos inside the package text. I have the following defined for the xmlParser: [xmlParser setShouldResolveExternalEntities: YES]; ...

Example of ASIHTTPRequest with TouchXML

I am currently using NSXMLParser mathods to parse my data something like this : But I found some good option as TouchXML . I googled for some good example or tutorial But I can t understand the ...

Regex to get value within tag

I have a sample set of XML returned back: <rsp stat="ok"> <site> <id>1234</id> <name>testAddress</name> <hostname>anotherName</hostname> ...

BioPython: extracting sequence IDs from a Blast output file

I have a BLAST output file in XML format. It is 22 query sequences with 50 hits reported from each sequence. And I want to extract all the 50x22 hits. This is the code I currently have, but it only ...

热门标签