Community blogging activity: maps, apps, models & more

Community blogging activity: maps, apps, models & more

by Evan Lenz

We've seen some good blogging activity once again over the last couple of months. These posts are all worth checking out. I've categorized them below to help you decide where you want to look first.

Sample apps & tutorials:

Pro tips:

Maps in MarkLogic:

Modeling/MVC:

Tools:

Recipes:

As always, let me know if you're a technical blogger interested in MarkLogic, so we can include your latest & greatest in these community updates.

blogroll Blogroll

Comments

  • I would just add that you left out the smelliness of the test [name()='abc'], which should preferably be written [self::abc]; and in XSLT, the xsl:choose with a long sequence of tests like xsl:when test="name='abc'" which reveals a developers who isn't yet confortable with template rules and apply-templates.
    • Good point. I originally had *[name() eq 'my:title'], but then I decided to change it to something that would actually require getting the name, hence starts-with(). But that's definitely the smelliest use, you're right. On the second point, perhaps I need to write a version of <a href="http://developer.marklogic.com/blog/tired-of-typeswitch">this article</a> geared toward budding XSLT users too. :-)