cancel
Showing results for 
Search instead for 
Did you mean: 

xml files content merge into one xml file

jagruti
Champ in-the-making
Champ in-the-making
Hi, i am using alfresco 2.9 community version which has WCM
in that i have a web form ,using the web forms i have created contents which is of type XML.
These are the different contents in different xml files,
now my question is how do i merge this contents (present in 2 or more xml files ) in a single xml file
so that in a single web page i can view  different contents of same schema.

and  how set the limit on number of contents to be displayed in simgle xml file

waiting for the reply
Thanks
Jagruti
1 REPLY 1

kvc
Champ in-the-making
Champ in-the-making
If you are looking to do things like source data from multiple XMLs for things like an index listing in a web page, you'll want to refer to our Templating API, which is makes it easy to fetch and read different XML documents from within your web project and then run through the XML to generate.

http://wiki.alfresco.com/wiki/Template_Guide


Kevin