Drupal Views Bonus Pack export issue
        Posted  
        
            by evanmcd
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by evanmcd
        
        
        
        Published on 2010-06-08T01:16:59Z
        Indexed on 
            2010/06/08
            1:22 UTC
        
        
        Read the original article
        Hit count: 346
        
Hi,
In trying to solve the problem of getting data from Drupal into XML, I found the Views Bonus Pack module, which with a little figuring out works great. Except...
When setting the Style property in the Basic settings of Feed view to XML file no items show up unless I am authenticated. If I log in, I see all the entries. If I log out, I see only
<xml>
<node/>
</xml>
The Access setting is set to unrestricted in both the Defaults and the Feed view.
Anybody have any ideas as to how to fix this?
Thanks a lot.
© Stack Overflow or respective owner