Some Fats Waller sounds on your MP3 player would be a suitable background to this article : The Jazz approach to E-Business integration.
Featured Post
These days, I mostly post my tech musings on Linkedin. https://www.linkedin.com/in/seanmcgrath/
Saturday, October 02, 2004
The wonders of trang
I have been using trang a lot for quite a long time. So, it came as a great shock to me to realise that I had somehow missed some very powerful capabilities it posesses.
There I was, flicking my way through XML Hacks when the book fairly shouted out at me that trang can generate schemas from instance documents. I never knew that. I have no idea how come I never managed to internalise that (now blindingly obvious) fact.
You create an XML instance:
You run:
You get:
Wonderful! This riffs rather nicely with an upcoming ITWorld article on the subject of ex post facto formalisation of schemas in XML app dev.
There I was, flicking my way through XML Hacks when the book fairly shouted out at me that trang can generate schemas from instance documents. I never knew that. I have no idea how come I never managed to internalise that (now blindingly obvious) fact.
You create an XML instance:
<foo>
<bar baz="bork"/>
Hello World
</foo>
You run:
java -jar d:\data\utils\trang.jar -I xml -O rnc foo.xml foo.rnc
You get:
default namespace = ""
start =
element foo {
(text
| element bar {
attribute baz { xsd:NCName }
})+
}
Wonderful! This riffs rather nicely with an upcoming ITWorld article on the subject of ex post facto formalisation of schemas in XML app dev.
Tuesday, September 28, 2004
Of state machines and imperative logic
The 'why' and the 'how' of business processes explores the relationship between state machines and control logic and in particular, what we can usefully visualize and what we cannot.
Monday, September 27, 2004
Getting dirty with SOAP
At XML Open 2004, Uche pointed at http://www.eekim.com/distcomp/dialogmaps/soapproblems.html in his presentation. Fascinating and terrifying at the same time.
Subscribe to:
Posts (Atom)