The recipeML export should export the taxonomy terms for the recipe.

Comments

scottprive’s picture

Version: 5.x-1.0 » 6.x-1.x-dev
Priority: Normal » Minor
Status: Active » Postponed (maintainer needs more info)

I'm not sure I understand. How and where exactly do the taxonomy terms need to be put in the RecipeML export?
By this I mean, do certain other programs expect 'tags' (terms) to be encoded in the XML using a particular manner (using specific new XML tags to contain the terms)?

scottprive’s picture

Title: export categories in recipeML » export taxonomy categories in recipeML
jvandervort’s picture

Priority: Minor » Normal
Status: Postponed (maintainer needs more info) » Active

It looks like in the recipeML spec you can add categories in the head tag.
Something like this:

  <recipe>
    <head>
      <title>Chicken2</title>
      <categories>
        <cat>Entre</cat><cat>Chicken</cat>
      </categories>
    </head>
    ...
  </recipe>

Spec HERE

jvandervort’s picture

Status: Active » Fixed

Fixed in dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.