[Xerte-dev] Re: Xerte-dev Digest, Vol 39, Issue 50

Kemp Johnathan johnathan.kemp at ntlworld.com
Mon Nov 24 15:58:59 GMT 2014


As you are working in Xerte 2.18 all the files you need are already
available in your Xerte installation.

Based on your recent email to me it is clear that your understanding of how
to create a template in Xerte is based on the Xerte help files listing the
7 stages for creating a template. This help predates a lot of development
work that has taken place in Xerte. It makes no reference to .rlm files.

.rlm files can be used to contain the structure of a single page, when
matched to a .xwd file that defines the data input form for that page you
have a complete definition for a page type in Xerte.

If what you want to achieve is to define a new page type that you can use
in Xerte along with all the other page types then the simplest way of
achieving it is to create a .rlm and .xwd file for the new page type.

The .rlm file goes in C:\xerte\pages\models
The .xwd file is placed in C:\xerte\pages\wizards\en-GB

There is even a php script in the Xerte installation that will add this new
page type to the template.xwd file so that you can use it in projects that
offer the author an interface similar to Xerte Online Toolkits.

These two files can most easily be created in the pages type project
environment as indicated in the document I sent to you in my last email.
Trust me this is based on my personal experience of creating all the
connector page types, plus the Inventory and Scenario pages. If you want to
go down that route I can help you with any queries you have as there is
little documentation available.

Once you have created the files and updated the template.xwd file then you
can easily create a .xtp file that can be placed in other Xerte
installations by doing the following

1) open the Xerte installation in which you have saved your new .rlm and
.xwd files.
2) Do Pages / Create Template Project From Pages - follow the instructions
to create the project and make a note of the folder you create it in.
3) In File Manager go to that folder where you will find a number of
folders including a template.rlt file, template.xml file and template.xwd
file
4)  Select the contents of this folder and send them to a compressed folder
to create a zip file.
5) Change the zip files .zip extension to .xtp
6) Copy the .xtp file to any Xerte installation's  c:\xerte\wizards folder
then when you next open Xerte you will see listed under the Templates menu
your new template.

Just to be clear
The structure of the chart page is in chart.rlm (you can find it in
C:\xerte\pages\models)
The form for the chart page is in chart.xwd (you can find it in
C:\xerte\pages\wizards\en-GB)
There is no chart.xlm file

Kind regards

Johnathan






On 24 November 2014 at 12:56, sara djezar <djezarsara at gmail.com> wrote:

> i just want to create a new template in xerte 2.18 so i need to create
> file.xml and file.xwd . i need charts.xml and charts.xwd to do some
> modifications .
>
> 2014-11-24 10:44 GMT+01:00 <xerte-dev-request at lists.nottingham.ac.uk>:
>
>> Send Xerte-dev mailing list submissions to
>>         xerte-dev at lists.nottingham.ac.uk
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>> or, via email, send a message with subject or body 'help' to
>>         xerte-dev-request at lists.nottingham.ac.uk
>>
>> You can reach the person managing the list at
>>         xerte-dev-owner at lists.nottingham.ac.uk
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Xerte-dev digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Re: Xerte-dev Digest, Vol 39, Issue 48 (Julian Tenney)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Mon, 24 Nov 2014 10:03:13 +0000
>> From: Julian Tenney <Julian.Tenney at nottingham.ac.uk>
>> To: For Xerte technical developers <xerte-dev at lists.nottingham.ac.uk>
>> Subject: [Xerte-dev] Re: Xerte-dev Digest, Vol 39, Issue 48
>> Message-ID:
>>         <
>> 12C67A1EEC419342AF5E59DA31562C3F0D9A8D87C5 at EXCHANGE1.ad.nottingham.ac.uk>
>>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Xerte 3 is a compiler for the flex sdk. I?m not sure if this is what you
>> want to be using? It doesn?t have templates the same way that xerte does:
>> we?re not developing it actively anymore, and I have no idea if it works
>> with the current flex sdk. In the end the sdk was changing so fast it
>> became impossible to keep up with it,
>>
>> If you want to do flex development, use FlashDevelop.
>>
>> From: xerte-dev-bounces at lists.nottingham.ac.uk [mailto:
>> xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of sara djezar
>> Sent: 23 November 2014 17:48
>> To: xerte-dev at lists.nottingham.ac.uk
>> Subject: [Xerte-dev] Re: Xerte-dev Digest, Vol 39, Issue 48
>>
>> i"m not using xerte online  toolkits  . but the desktop version
>> [cid:image001.png at 01D007CD.DBCE39C0]
>>
>> 2014-11-23 13:00 GMT+01:00 <xerte-dev-request at lists.nottingham.ac.uk
>> <mailto:xerte-dev-request at lists.nottingham.ac.uk>>:
>> Send Xerte-dev mailing list submissions to
>>         xerte-dev at lists.nottingham.ac.uk<mailto:
>> xerte-dev at lists.nottingham.ac.uk>
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>> or, via email, send a message with subject or body 'help' to
>>         xerte-dev-request at lists.nottingham.ac.uk<mailto:
>> xerte-dev-request at lists.nottingham.ac.uk>
>>
>> You can reach the person managing the list at
>>         xerte-dev-owner at lists.nottingham.ac.uk<mailto:
>> xerte-dev-owner at lists.nottingham.ac.uk>
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Xerte-dev digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Re: need the original files charts.xml and charts.xwd
>>       (Kemp Johnathan)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Sat, 22 Nov 2014 18:28:15 +0000
>> From: Kemp Johnathan <johnathan.kemp at ntlworld.com<mailto:
>> johnathan.kemp at ntlworld.com>>
>> To: For Xerte technical developers <xerte-dev at lists.nottingham.ac.uk
>> <mailto:xerte-dev at lists.nottingham.ac.uk>>
>> Subject: [Xerte-dev] Re: need the original files charts.xml and
>>         charts.xwd
>> Message-ID:
>>         <CABtG3=VNitzqTT6YnEvK2z6M=
>> N5zm1P3Kd8mpGqu-1gAx7etzw at mail.gmail.com<mailto:
>> N5zm1P3Kd8mpGqu-1gAx7etzw at mail.gmail.com>>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Are you using Xerte Online Toolkits, the most recent version of Xerte, or
>> Xerte with the original Page Wizards?
>>
>> It will be easier to answer your question if I know which development
>> environment you are using.
>>
>> Kind regards
>>
>> Johnathan
>>
>> On 21 November 2014 at 01:38, sara djezar <djezarsara at gmail.com<mailto:
>> djezarsara at gmail.com>> wrote:
>>
>> > hello develpers !
>> > please help me i need the charts.xml file and charts.xwd to create a
>> > similair template with some modification .
>> >
>> >
>> >
>> > This message and any attachment are intended solely for the addressee
>> and may contain confidential information. If you have received this message
>> in error, please send it back to me, and immediately delete it.   Please do
>> not use, copy or disclose the information contained in this message or in
>> any attachment.  Any views or opinions expressed by the author of this
>> email do not necessarily reflect the views of the University of Nottingham.
>> >
>> > This message has been checked for viruses but the contents of an
>> attachment may still contain software viruses which could damage your
>> computer system, you are advised to perform your own checks. Email
>> communications with the University of Nottingham may be monitored as
>> permitted by UK legislation.
>> >
>> >
>> > _______________________________________________
>> > Xerte-dev mailing list
>> > Xerte-dev at lists.nottingham.ac.uk<mailto:
>> Xerte-dev at lists.nottingham.ac.uk>
>> > http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>> >
>> >
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20141122/8217beb6/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> _______________________________________________
>> Xerte-dev mailing list
>> Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>
>>
>> End of Xerte-dev Digest, Vol 39, Issue 48
>> *****************************************
>>
>>
>>
>>
>> This message and any attachment are intended solely for the addressee and
>> may contain confidential information. If you have received this message in
>> error, please send it back to me, and immediately delete it.   Please do
>> not use, copy or disclose the information contained in this message or in
>> any attachment.  Any views or opinions expressed by the author of this
>> email do not necessarily reflect the views of the University of Nottingham.
>>
>> This message has been checked for viruses but the contents of an
>> attachment may still contain software viruses which could damage your
>> computer system, you are advised to perform your own checks. Email
>> communications with the University of Nottingham may be monitored as
>> permitted by UK legislation.
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20141124/1c615d4c/attachment.html
>> >
>> -------------- next part --------------
>> A non-text attachment was scrubbed...
>> Name: image001.png
>> Type: image/png
>> Size: 31815 bytes
>> Desc: image001.png
>> URL: <
>> http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20141124/1c615d4c/attachment.png
>> >
>>
>> ------------------------------
>>
>> _______________________________________________
>> Xerte-dev mailing list
>> Xerte-dev at lists.nottingham.ac.uk
>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>
>>
>> End of Xerte-dev Digest, Vol 39, Issue 50
>> *****************************************
>>
>>
>>
>>
>> This message and any attachment are intended solely for the addressee and
>> may contain confidential information. If you have received this message in
>> error, please send it back to me, and immediately delete it.   Please do
>> not use, copy or disclose the information contained in this message or in
>> any attachment.  Any views or opinions expressed by the author of this
>> email do not necessarily reflect the views of the University of Nottingham.
>>
>> This message has been checked for viruses but the contents of an
>> attachment may still contain software viruses which could damage your
>> computer system, you are advised to perform your own checks. Email
>> communications with the University of Nottingham may be monitored as
>> permitted by UK legislation.
>>
>>
>
>
> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
>
> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system, you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
>
>
> _______________________________________________
> Xerte-dev mailing list
> Xerte-dev at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20141124/f0fff0da/attachment-0001.html>


More information about the Xerte-dev mailing list