[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XML, Rich Internet Apps


xml rich


 

> "From what I've seen, there aren't any good competitors for Flash.  What
other products for use on the web do timelines and have multiple layers
for graphics, text, and music?  Does DHTML+SVG really do this?"
  

Yes. It can do an awful lot more besides. It hasn't got the years of tool development behind it that other graphic/multimedia formats have, but it's catching up fast. 

Scalable Vector Graphics is a non-proprietary web standard.  It's becoming well-established, with offerings from Adobe & Corel amongst others.  It has its own MIME type. But most significantly :

SVG is XML !!!

You can use your lovely SAX parser and all your familiar DOM tricks. You can transform it with XSLT. You can transform to and from it with XSLT from other XML formats. You can put it in your XML database, push it out using Cocoon or whatever. You can use stuff from other namespaces. You can insert some RDF metadata into it or bung it in a lump of SOAP if you like. Or you can embed it in HTML. It uses CSS. You can use the programming languages you know & love (or loath). Produce/consume it server or client side. Being scalable it's perfect for mobile devices. It's human readable :

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
     "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">

<svg width="300" height="300">
<rect x="80" y="53" width="189" height="52"
     style="fill:rgb(39,44,231);
            stroke:rgb(0,0,128);
            stroke-width:1"/>
</svg>

 

Well I like it anyway...

Cheers,

Danny.

an overview at W3C

http://www.w3.org/Graphics/SVG/Overview.htm8

SVG Wiki

http://www.protocol7.com/svg-wiki/default.asp

 


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.