extraction query

I have uploaded wiktionary xml file into my website. But how do I display it on my webpages e.g. if someone search about the meaning of "peach", How can I extract and display from wiki xml file.
[194 byte] By [codeexpert123] at [2007-11-20 10:13:55]
# 1 Re: extraction query
I haven't looked at the syntax of the file but you can either extract the data into your web page using XPath queries, or you can use an XML transformation file (XSLT files - Extensible Stylesheet Language Transformations) to create (X)HTML directly from the XML file.
andreasblixt at 2007-11-10 3:26:47 >
# 2 Re: extraction query
Thanks andreasblixt for helping me
codeexpert123 at 2007-11-10 3:27:47 >