Hi,

        You might check with these folks: http://www.savagesoftware.com/

        They have a good handle on CAD DWG to svg/xml. I think the problem
may be which database technology are the DWG files using, internal objects
or external links. Some AutoCAD files make use of a db like Oracle to back
their graphics attributes and some use internal objects that are part of the
dwg itself. As I recall dxf can be used to get at some types of object
attributes. That would be an easier translate process. 

        Having a lot of feature attributes in svg might not be a good idea
though, so the better solution is to translate an id link to each feature
and add an external database to the solution. (which is why AutoCAD
provides for that type of linkage as well) Unfortunately this is a bit of
custom effort loading the attributes to something like MySQL,
PostgreSQL,.... and then writing server code to tie together the svg id and
the db table id. Svg becomes just one more view part of MVC. The model is
your db and you need to supply the controller part in an http server.

rkgeorge

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]
On Behalf Of Robert Russell
Sent: Thursday, April 20, 2006 5:44 PM
To: [email protected]
Subject: [svg-developers] Re: How to connect the database into a svg
document

Hi, 
Looks like that question's been around for a while.
http://forum.java.sun.com/thread.jspa?threadID=554826&messageID=2981945

I haven't done dwg in a long time, but the last time I looked, AutoCAD
was the only one that had a complete implementation (being their
format and all). If you can get the same data into DXF format you
might have better luck. 



--- In [email protected], suresh kumar
<[EMAIL PROTECTED]> wrote:
>
> hai,
>        I am new one for svg. I have dwg file with database.that i
want to convert into svg document with all datas.
>    If i convert using adobe illustrator cs2, i cannot get datas in
svg tags.
>   How to convert it to svg with all datas?
>   or how to add a databse into a svg document?
>    
>   After convertion what exactly i want to do is , when i mouse over
an entity datas should be display in a status bar or like that.
>    
>   please send me a solution.
> 
>                               
> ---------------------------------
>  Jiyo cricket on Yahoo! India cricket
> Yahoo! Messenger Mobile Stay in touch with your buddies all the time.
> 
> [Non-text portions of this message have been removed]
>






-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
---- 
Yahoo! Groups Links



 






-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to