A short tutorial about Scalable Vector Graphics.
Notice again the new approach for language design: instead of designing a new syntax, create an XML vocabulary. [But please don't forget that XML doesn't free you from having to think about language semantics ]
In one of the meetings that I attended this week (while being away from LtU) the possibility of creating such a wrapper for an existing (in house) language was discussed. The proposal was to put the translation between the existing language and the XML input, inside the application server. I tried to explain that the translation must be aware of the structure of the language, and thus it is more logical to put it outside the application server code, and closer to the language processor itself [Note: the organization has more than one internal language, so this is not just a quibble]. This approach, of course, has organizational implications... (I was consulting to the group responsible for the application server, and they are being presssured into writing the translation code).
Posted to xml by Ehud Lamm on 2/14/02; 12:34:52 PM
|
|