This seems like such a simple thing, but I can't seem to figure it out.  To 
grab the path of the current page, I've used the following dynament 
successfully:

<rde-dm:attribute source="content" mode="read" attribute="rde-fields.path" 
/>

But how do I grab the same path value if the dynament is included as an 
external script?  For instance:

my-page.html
================

<rde-dm:include content="/xml/my-script.xml" />

... more HTML goes here ...

=================


my-script.xml
============

<rde-dm:attribute source="content" mode="read" attribute="rde-fields.path" 
/>

============

In this case, the dynament returns "/xml/my-script.xml".  It seems that 
rde-fields.path returns whatever the content item is, regardless if it's 
embedded in another content item.  I want it to return the path of 
my-page.html.

What is the proper way of doing this?

Thanks a bunch,
Walter


-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/reddot-cms-users/-/qnoxN8cs1YcJ.
To post to this group, send email to reddot-cms-users@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to