In a message dated 4/23/2005 10:04:40 PM GMT Daylight Time, [EMAIL PROTECTED] 
writes:

> Any good way to store SVG into database?
> 
> For easy update and retrieve
> 
> Thansks in advance!

SQL Server 2005 has a new xml datatype which allows storage of well-formed 
XML documents, which would include SVG.

You can, for example, index xml columns and retrieve data using XPath and/or 
a subset of XQuery.

If you want something open source then Xindice may do what you need.

Andrew Watt


[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 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