Wolfixx <[EMAIL PROTECTED]> Forwarded From: 

> Sorry I was to fast.
> 
> A problem still exists. I think there I also something missing.
> 
> *) the Revision control works with subpages, but the code i get is the xml code (the 
>whole file in /var/cvs) and not only the <content> part, as it should be I think 
>(Screenshot: http://212.186.105.118:8080/screenshots/nadmin_p2.jpg)
> 

We changed the Formating for the storage of revision documents to be consistant with 
repligard - This is really to facilitate future posiblities of using this data for 
other purposes..

Objects like code & articles have 2 large text fields  - eg. code+documentation or 
abstract+content - so you will see the changes to both these components in the 
revision control now.



> *) with page elements it doesn't work. After editing I get a "ERROR CREATING RCS 
>FILE FROM OBJECT"

There is a fix for this - in
Snippet: / hklc_adminsite_host / lib / rcs_functions

in the xmlformat array between page_element and style add the definition for 
pageelement eg. as below.
(be carefull -  any typo's in this snippet can break nadmin)

page_element => array( 
          page => "page",       
          name => "CDATA", 
          info => "STR", 
          sitegroup => "sitegroup"),
pageelement => array( 
          page => "page",       
          name => "CDATA", 
          info => "STR", 
          sitegroup => "sitegroup"),
style => array( 
      style => array(  
          up => "style", 
 
......
 ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to