Hi,

I am currently looking at the code of the exportSystemView method. On the
class called is SysViewSAXEventGenerator. In it, you find:
/**
    * [EMAIL PROTECTED]
    */
   protected void enteringProperties(Node node, int level)
           throws RepositoryException, SAXException {
       // nop
   }

   /**
    * [EMAIL PROTECTED]
    */
   protected void leavingProperties(Node node, int level)
           throws RepositoryException, SAXException {
       // nop
   }

Does this mean properties are not exported or is it because of JR storage
model?

BR
Nico
my blog! http://www.deviant-abstraction.net !!

Reply via email to