xsl-list
[Top] [All Lists]

Re: [xsl] XSLT on Wikipedia

2008-02-29 07:42:08
On 29/02/2008, bryan rasmussen <rasmussen(_dot_)bryan(_at_)gmail(_dot_)com> 
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>