|
1 | 1 | /* |
2 | | - * © Copyright IBM Corp. 2012 |
| 2 | + * © Copyright IBM Corp. 2012 |
3 | 3 | * |
4 | | - * Licensed under the Apache License, Version 2.0 (the "License"); |
5 | | - * you may not use this file except in compliance with the License. |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + * you may not use this file except in compliance with the License. |
6 | 6 | * You may obtain a copy of the License at: |
7 | 7 | * |
8 | | - * http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | + * http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 | * |
10 | | - * Unless required by applicable law or agreed to in writing, software |
11 | | - * distributed under the License is distributed on an "AS IS" BASIS, |
12 | | - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
13 | | - * implied. See the License for the specific language governing |
| 10 | + * Unless required by applicable law or agreed to in writing, software |
| 11 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 13 | + * implied. See the License for the specific language governing |
14 | 14 | * permissions and limitations under the License. |
15 | 15 | */ |
16 | 16 | /** |
@@ -83,7 +83,8 @@ define([ "../config" ], function(sbt) { |
83 | 83 | categoryTerm : "a:category/@term", |
84 | 84 | editUrl : "a:link[@rel='edit']/@href", |
85 | 85 | selfUrl : "a:link[@rel='self']/@href", |
86 | | - alternateUrl : "a:link[@rel='alternate']/@href" |
| 86 | + alternateUrl : "a:link[@rel='alternate']/@href", |
| 87 | + tags : "./a:category[not(@scheme)]/@term" |
87 | 88 | }, |
88 | 89 |
|
89 | 90 | /** |
|
0 commit comments