Skip to content

Commit fe45608

Browse files
committed
reduce XML example indentation to avoid long line warning
1 parent 157140c commit fe45608

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

tagging.md

+51-51
Original file line numberDiff line numberDiff line change
@@ -339,57 +339,57 @@ The `Tag` for the third track of the second CD:
339339
This corresponds to this layout of EBML elements:
340340
```xml
341341
<Tags>
342-
<!-- description of the whole album -->
343-
<Tag>
344-
<Targets>
345-
<TargetTypeValue>50</TargetTypeValue>
346-
</Targets>
347-
348-
<SimpleTag>
349-
<TagName>ARTIST</TagName>
350-
<TagString>Orb</TagString>
351-
352-
<SimpleTag>
353-
<TagName>SORT_WITH</TagName>
354-
<TagString>Orb, The</TagString>
355-
</SimpleTag>
356-
</SimpleTag>
357-
358-
<SimpleTag>
359-
<TagName>TITLE</TagName>
360-
<TagString>The Orb's Adventures Beyond The Ultraworld</TagString>
361-
</SimpleTag>
362-
363-
<!-- the number of sub elements in this album (10 tracks) -->
364-
<SimpleTag>
365-
<TagName>TOTAL_PARTS</TagName>
366-
<TagString>10</TagString>
367-
</SimpleTag>
368-
</Tag>
369-
370-
<!-- description of the third track of the second CD -->
371-
<Tag>
372-
<Targets>
373-
<TargetTypeValue>30</TargetTypeValue>
374-
</Targets>
375-
376-
<SimpleTag>
377-
<TagName>TITLE</TagName>
378-
<TagString>Outlands</TagString>
379-
</SimpleTag>
380-
381-
<!-- This is the third track of the second CD -->
382-
<SimpleTag>
383-
<TagName>PART_NUMBER</TagName>
384-
<TagString>3</TagString>
385-
</SimpleTag>
386-
387-
<!-- The first CD contains 5 tracks -->
388-
<SimpleTag>
389-
<TagName>PART_OFFSET</TagName>
390-
<TagString>5</TagString>
391-
</SimpleTag>
392-
</Tag>
342+
<!-- description of the whole album -->
343+
<Tag>
344+
<Targets>
345+
<TargetTypeValue>50</TargetTypeValue>
346+
</Targets>
347+
348+
<SimpleTag>
349+
<TagName>ARTIST</TagName>
350+
<TagString>Orb</TagString>
351+
352+
<SimpleTag>
353+
<TagName>SORT_WITH</TagName>
354+
<TagString>Orb, The</TagString>
355+
</SimpleTag>
356+
</SimpleTag>
357+
358+
<SimpleTag>
359+
<TagName>TITLE</TagName>
360+
<TagString>The Orb's Adventures Beyond The Ultraworld</TagString>
361+
</SimpleTag>
362+
363+
<!-- the number of sub elements in this album (10 tracks) -->
364+
<SimpleTag>
365+
<TagName>TOTAL_PARTS</TagName>
366+
<TagString>10</TagString>
367+
</SimpleTag>
368+
</Tag>
369+
370+
<!-- description of the third track of the second CD -->
371+
<Tag>
372+
<Targets>
373+
<TargetTypeValue>30</TargetTypeValue>
374+
</Targets>
375+
376+
<SimpleTag>
377+
<TagName>TITLE</TagName>
378+
<TagString>Outlands</TagString>
379+
</SimpleTag>
380+
381+
<!-- This is the third track of the second CD -->
382+
<SimpleTag>
383+
<TagName>PART_NUMBER</TagName>
384+
<TagString>3</TagString>
385+
</SimpleTag>
386+
387+
<!-- The first CD contains 5 tracks -->
388+
<SimpleTag>
389+
<TagName>PART_OFFSET</TagName>
390+
<TagString>5</TagString>
391+
</SimpleTag>
392+
</Tag>
393393
</Tags>
394394
```
395395

0 commit comments

Comments
 (0)