내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM 6.0 - .txt rendition from .xml asset

Avatar

Level 1

Hello!

Is it possible to create a .txt rendition from an asset that is an .xml file? If it is possible, how would one go about doing it?

Thanks!

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Hi,

So you have dropped a XML file into AEM and now you have a nt:file node for this file? Have you tried to use the default renditions?

For example if you dropped the file int /content/dam/myfile.xml, you can try http://localhost:4502/content/dam/myfile.xml.txt

Cheers,
Jörg

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

Hi,

So you have dropped a XML file into AEM and now you have a nt:file node for this file? Have you tried to use the default renditions?

For example if you dropped the file int /content/dam/myfile.xml, you can try http://localhost:4502/content/dam/myfile.xml.txt

Cheers,
Jörg

Avatar

Level 1

Hi Jorg!

The default renditions (which are all image files – .png and .jpeg) are not being created for this file. Which is okay, because I want to create a rendition that is a .txt file.

Here's a screenshot of what I see in CRXDE Lite:

[img]Screen Shot 2015-02-11 at 9.10.03 AM.png[/img]

I tried what you suggested, and it didn't work for me. Do I have to create a custom rendition? If so, how do I do it?

Avatar

Employee Advisor

I just tried on my local AEM 6.0 instance:

kind regards,
Jörg