[
Lists Home |
Date Index |
Thread Index
]
At 16:13 20.11.2003, you wrote:
>Have you had a look at STX? http://stx.sourceforge.net/.
Yes, I've looked at that shallowly. I've looked at
http://www.xmldb.org/xupdate/index.html XUpdate - XML Update Language
too.
They're based on full Xpath/XSLT like processing, while they must be very
effective and
all that, they require Xpath implementation etc. I'm thinking something
really lightweight
(my pseudo code must be somewhat confusing). What I was thinking is
doing 2 parses/passes on xml document using some kind of temporary document
mechanism
and even though I used that
xmlupdate.addbinding("/books/book", getbook);
construct, I was thinking really simple xpath implementation, only for
getting path
to element (in this case /books/book).
I've looked at some state machine helpers/compilers etc. java code (can't
remember the names right now)
but none was using this kind of two parse mechanism or infact they didn't
provide UPDATE
mechanism but simply some data binding if I remember correctly.
with respect,
Toni Uusitalo
"And I wish that I was made of stone
So that I would not have to see
A beauty impossible to define
A beauty impossible to believe"
- Nick Cave (Brompton Oratory) - romanticist?
"There are lots of myths that people have around issues of beauty and
attraction, and part of the issue is to stop thinking about things in terms
of myth, but to use the tools of neuroscience, and start dissecting and
understanding how things actually function," said Dr. Hans Breiter, a
psychiatrist and co-author of the study."
- The Brain Is Stimulated by Beauty, Study Finds - abcnews.com - scientist?
|