Skip to content

Commit

Permalink
add atom namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Apr 8, 2008
1 parent cdd3abb commit a493a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/lucenews/atom/IntrospectionDocument.java
Expand Up @@ -31,6 +31,7 @@ public Document asDocument () throws ParserConfigurationException {

Element service = document.createElement( "service" );
service.setAttribute( "xmlns", "http://www.w3.org/2007/app" );
service.setAttribute( "xmlns:atom", "http://www.w3.org/2005/Atom" );

Iterator<Workspace> workspaces = getWorkspaces().iterator();
while (workspaces.hasNext()) {
Expand Down

0 comments on commit a493a8f

Please sign in to comment.