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

Re: Feasibility of "do all application coding in the XML langu

  • From: "James Fuller" <james.fuller.2007@g...>
  • To: "Christoph LANGE" <ch.lange@j...>
  • Date: Tue, 2 Dec 2008 12:52:15 +0100

Re:  Feasibility of "do all application coding in the XML langu
u might want to take another look at xquery  ... I have found that
most of the functional idioms are doable with extensions (1st class
funcs) and XQuery lends itself readily to working with XML... u may
even find you can port your code through time by directly using your
existing xslt transforms from within XQuery as you figure out
refactoring them.

I have a signifcant project using XQuery and it uses a generic fold
function as its main engine for 'doing stuff';  I think this choice in
architecture will eventually give me the opportunity  to use a
mapreduce algorithm to distribute processing ... well thats the
theory. Hopefully I will make a release of this app soon.

Getting the data structure right for defining rules in your app sounds
like the crux of the problem ... grammers, parsing etc ... all old
problems with solutions but still hard.

keep us updated on your progress, Jim Fuller

On Tue, Dec 2, 2008 at 11:47 AM, Christoph LANGE
<ch.lange@j...> wrote:
> On Tuesday 02 December 2008 11:03:04 Andrew Welch wrote:
>> Something to consider is Scala, which contains an xml type:
>>
>> http://www.scala-lang.org/node/131
>>
>> ...so you have both a general purpose language with an inbuilt xml
>> processing ability.
>
> I'm seriously considering a rewrite of my XML->RDF extraction library Krextor
> (http://kwarc.info/projects/krextor/) in Scala.  The internal XSLT
> implementation of the generic extraction algorithm that is independent from a
> particular XML input language and from a particular output RDF notation (be it
> text or XML) has become quite complex.  I would have liked to do parts of it
> in functional style and got used to FXSL, but due to some technical
> limitations (FXSL's implementation of currying), it didn't quite get as
> functional as I wanted it to be.
>
> On the other hand, I want to keep it easy for the users of my library (none so
> far, but some expected): They should be able to write easy patterns (e.g.
> XPath) that map XML elements or attributes to URIs of ontology concepts,
> whenever they implement a new extraction module for some XML language.
>
> Therefore, I need a language with XML built into the syntax.  Scala offers
> this, but its XML document model is quite limited, compared to DOM.  (Of
> course, it's more efficient instead, and DOM can be used with Scala, but not
> with nice syntactical support like pattern matching.)  E.g., I sometimes need
> patterns that traverse the parent or sibling axes, and for that, I'd need to
> take care of passing around such arguments myself.
>
> Cheers,
>
> Christoph
>
> --
> Christoph Lange, Jacobs Univ. Bremen, http://kwarc.info/clange, Skype duke4701
>
>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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.