Something possibly of interest to this group. An interactive W3C XForms tutorial. It uses XForms for the interactivity, and includes 'View Source' links so you...
Micah, Thanks. I will definitely do so. -- Kurt ... From: "mdubinko" <mdubinko@...> To: <metaphorical@yahoogroups.com> Sent: Tuesday, January 20, 2004...
Thanks Micah. I was just reading your book yesterday. ... Daniel _________________________________________________________________ There are now three new...
I forgot to mention that you (Micah) are also mentioned in the article of Bob with two previous articles of your make, which are of course also worth reading!!...
Hi everyone, Here is my case, I am developing a SVG shape editor by using Java. There is a problem that I use JSVGCanvas of Apache Batik to show the SVG...
Hi, just choose a stroke with a global color for all the shapes, and for any shape add a onmouseover to change stroke to another color, mouseout must reset the...
Thanks you first... maybe I am not descript the problem clearly, the requirement is that I don't want to make any change in svg document...... so, now the...
Hi, My apologies if this seems a dumb question, I am new to this level of XML/XSLT. I have a task to produce XSLT and a XML Schema that transforms a XML ...
Hi Dan... ... in ... The schema would only be a mechanism to create and/or validate that the INPUT conformed to the class of documents defined by the formal ...
Hi Dan, Hugh Chatfield answered about the use of XSLT and stylesheets. I think you will also find interesting information to address your need at "APACHE"....
Here are two xsl sheets for examining XML Schemas and producing output realting to them. They are freely available on the internet by their respective authors....
Wanted to drop a note and introduce myself since I am new to the group. I am 23/f with a zest for life interested in meeting guys and girls that enjoy some of...
vroom_125772@...
Feb 16, 2004 8:30 am
228
In Kurt's *bag* of zip svg files that were downloaded there were files that were labeled as WebService????.svg. The book does not touch on what is going on...
Mike, I've been waiting to see what's going to be happening with the SVG 1.2 spec. I didn't touch much (if any) on web services in the book, because at the...
I'm coding some ASP (not .Net ... IIS 5.0) stuff with MS XML DOM parsing. How is the best way to specify the object reference in ASP? 'Using Microsoft's MSXML3...
Hi Danny, ... How is the best way to specify the object ... It all depends on what you want to do with your XML - all objects in MSXML have their own purposes....
What would be the necessary steps to take an RSS feed XML file, run it through an XSLT transform and produce an SVG translation, and embedon a simple HTML...
... run ... 1) Run your XML RSS through an XSLT processor with a stylesheet designed to output valid svg in an XML document. [I assume here you know what it is...
That is sort of what I need to do. Don't want to manually run through an XSLT processor, but rather have the RSS file, in the RSS file a reference to an XSLT...
... through ... and ... Yes.. you are describing client side conversion to an xhtml file that happens to have an svg piece in it. Hence if your .rss file...
Thanks, Hugh, For the time being will try the simplest case and see. Eventually I will work backwards from that and generate most server-side. But I do have...
... wrote: ... and the potentials for interop led me to look into ... Yeah.. same here.. I may be only one step ahead of you on SVG.. I bought the same book....
So far I just have a prototype of a "design online" type page done, just to get a feel for SVG and Javascript interaction. Sounds like your project was much...
Below is what I have so far - something is fundamentally incorrect. The embed tag shows me just a text area approx. 600 X 400, the object tag shows a grey area...
The spammer has been removed, as has all relevant e-mail from that person. I will be posting an updated Metaphorical Web shortly. My current job has kept me...
I work for the County Engineer, who maintains the roads in the smaller towns and out in the country. I am working on an app for the Sign Crew. About 10% of our...
I suppose the general solution lies with XML (of which SVG is a specific application). The SVG is certainly searchable .. but I wonder if it is sufficient?...
Hi Ron SVG provides a number of elements in the language which can be used to help you to achieve what you wish. Hugh Chatfield has mentioned that SVG supports...