Re: [xsl] XSLT on Wikipedia

Subject: Re: [xsl] XSLT on Wikipedia
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 29 Feb 2008 14:41:15 +0000
On 29/02/2008, bryan rasmussen <rasmussen.bryan@xxxxxxxxx> wrote:
> well there's this but it doesn't apply
>  http://www.xml.com/pub/a/2004/03/03/sgmlwiki.html
>  there are a number of other ones but basically what you will run into
>  with the wiki to xml tools that I know, is that they don't expect the
>  wiki markup to be within XML markup already.

You'd probably want to sax parse the 14gb file :0) and then for each
<page> element run the upconversion and then sax parse the result of
that, sending all the events to the same handler... or of course just
write out each page into a seperate file.



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread