CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    23

    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.
    www.coderewind.com
    Best Place to hunt for Code

  2. #2
    Join Date
    Jul 2007
    Location
    Sweden
    Posts
    331

    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.

  3. #3
    Join Date
    Aug 2007
    Posts
    23

    Re: extraction query

    Thanks andreasblixt for helping me
    www.coderewind.com
    Best Place to hunt for Code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured