04-28-2008 06:23 AM
04-28-2008 08:34 AM
05-01-2008 09:15 AM
05-01-2008 04:36 PM
10-10-2008 06:48 AM
See http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Output_Path_Pattern_Examples
1. Using ${name}.xml puts it into the directory in which the use is currently browsing in the WCM. So browse the site by clicking on "Browse site" link in the user's sandbox and then select "Create Web content" from the "Create" drop down on the top left hand corner.
<report:report>
<editors_choice xsi:nil="true"/>
<featured xsi:nil="false">true</featured>
<created>2008-10-11</created>
</report:report>
${xml['report:report/created']}
doesn't work${xml['report:report'].created}
ah yeah<report:report>
anyone know how I do this?
10-10-2008 09:00 AM
<report:report>
<report:created>2008-10-11</report:created>
</report:report>
I'd prefer to turn off all the qualified naming in my nodes - it makes for better reading and easier output patterns and XPaths - can anyone advise what to do?
10-10-2008 09:15 AM
08-08-2009 01:07 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.