Closed (works as designed)
Project:
Taxonomy import/export via XML
Version:
6.x-1.3
Component:
RDF/XML format
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2009 at 14:09 UTC
Updated:
8 Dec 2009 at 08:26 UTC
Comments
Comment #1
dman commentedUm, vocabs are assigned to content types through the taxonomy admin page.
A vocab applies to one or more content type. You then choose the vocab to export.
Not sure what can be done there.
To do more would mean filtering by nodes that are in use or something, I don't know what that would look like. Sounds a bit advanced.
Comment #2
Sinan Erdem commentedHmm. Thank you for the quick answer... So I am marking it as "by design" unless you have any other thing in mind...
Thanks...
Sinan
Comment #3
frank ralf commentedHi Sinan,
The following is an excerpt from the sample.xml that comes with the module:
You see that the nodes the vocabulary applies to are registered in the aptly named tag "nodes". So at least you could filter your terms after exporting, using XSLT for example.
hth
Frank
Comment #4
dman commentedThat's for the old Drupal-only-XML format.
The RDF format tagged here does not insert platform-specific data like that. At least it won't unless there are good standards-compliant ways to notate something like that.