Giter Site home page Giter Site logo

qxml's Introduction

qXML

Read XML files in q

Requirements

Run

Start q with qxml

q qxml.q

Or from q, load qxml.q.

q)\l qxml.q

Functions

.qxml.read

Using the following example:

q)xmldata:.qxml.read[`:books.xml];
q).Q.id xmldata[`catalog;`book]
id      author                 title                                    genre             price  ..
-------------------------------------------------------------------------------------------------..
"bk101" "Gambardella, Matthew" "XML Developer's Guide"                  "Computer"        "44.95"..
"bk102" "Ralls, Kim"           "Midnight Rain"                          "Fantasy"         "5.95" ..
"bk103" "Corets, Eva"          "Maeve Ascendant"                        "Fantasy"         "5.95" ..
"bk104" "Corets, Eva"          "Oberon's Legacy"                        "Fantasy"         "5.95" ..
"bk105" "Corets, Eva"          "The Sundered Grail"                     "Fantasy"         "5.95" ..
"bk106" "Randall, Cynthia"     "Lover Birds"                            "Romance"         "4.95" ..
"bk107" "Thurman, Paula"       "Splish Splash"                          "Romance"         "4.95" ..
"bk108" "Knorr, Stefan"        "Creepy Crawlies"                        "Horror"          "4.95" ..
"bk109" "Kress, Peter"         "Paradox Lost"                           "Science Fiction" "6.95" ..
"bk110" "O'Brien, Tim"         "Microsoft .NET: The Programming Bible"  "Computer"        "36.95"..
"bk111" "O'Brien, Tim"         "MSXML3: A Comprehensive Guide"          "Computer"        "36.95"..
"bk112" "Galos, Mike"          "Visual Studio 7: A Comprehensive Guide" "Computer"        "49.95"..

qxml's People

Contributors

iodwyer avatar rianoc avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

iodwyer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.