4 users online. Create an account or sign in to join them.Users
filter DS by mediathek field
This is an open discussion with no replies, filed under General.
Search
Create an account or sign in to comment.
4 users online. Create an account or sign in to join them.Users
This is an open discussion with no replies, filed under General.
Create an account or sign in to comment.
Symphony • Open Source XSLT CMS
--with-xsl)
How to filter DS output by mediathek field which contains item/nodes?
Thats the xml i get within entry:
<kategoriya items="1"> <item> <nazvanie mode="normal" handle="tehnologii" word-count="">Технологии</nazvanie> <razdel> <item handle="Фундаментальная-наука" id="71">Фундаментальная наука</item> </razdel> </item> </kategoriya>I need only the following filtering for DS entry[kategoriya/item[nazvanie=’$subcat’]]
Can I achieve this with the present features?