Re: How to import content from one node to another?

Dn_rll <[email protected]> Wed, 30 May 2012 14:03:19 +0000 (UTC)
Newsgroups gmane.comp.cms.lenya.user
Message-ID <[email protected]>
Hi Michael,

Thanks for your reply.

I'm unable to use an iframe because what I need to appear in the Referencing 
node is not html markup, but a pathname stored as a string in the Referenced 
node.

What I'm asking is if Lenya has a way of internally referencing the content of 
one node inside the content of another, which returns verbatim what is inside 
the referenced node.

For example, if I type this into node B:

/dir0/dir1/dir2/dir4/file1.jpg

and this into node C:

/dir0/dir1/dir2/dir4/file2.jpg

I want this to show up in node A:

...

/dir0/dir1/dir2/dir4/file1.jpg
/dir0/dir1/dir2/dir4/file2.jpg

...

is that possible within Lenya?

-D