Is it possible to filter the exported xml by content type in any way? I want to export terms of only one content type...
Thanks...
Is it possible to filter the exported xml by content type in any way? I want to export terms of only one content type...
Thanks...
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.