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.
# 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.