Ian Boston wrote: > I may be misunderstanding xml serialization but when I do > curl http://localhost:8080/folderX.xml > > > where folderX is the root node in a large deep tree, I get the whole of > the tree sent back. > > Is that correct ? > I had thought that it would only send the node unless the depth was > specified as infinite or -1 > No, the xml renderer currently just uses the xml export from the repository. Therefore you get the full tree...
Specifying the depths only works for json. Carsten -- Carsten Ziegeler [email protected]
