Changeset 213 for rfc2629xslt/testcase.xml
- Timestamp:
- 17/02/08 16:30:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/testcase.xml
r189 r213 543 543 Do not expect them to work out-of-the-box in <spanx style="verb">xml2rfc</spanx>. 544 544 </t> 545 545 546 <section title="Markup in figure/artwork"> 546 547 <figure> … … 555 556 </artwork> 556 557 </figure> 558 </section> 559 560 <section title="Measuring Lengths"> 561 <figure> 562 <artwork type="message/http; msgtype="request""> 563 PUT / HTTP/1.1 564 Host: example.org 565 Content-Type: application/xml 566 Content-Length: <x:length-of target="req1"/> 567 568 <x:span anchor="req1"><foo/></x:span></artwork></figure> 569 570 <figure> 571 <preamble>...without indentation:</preamble> 572 <artwork type="message/http; msgtype="request""> 573 PUT / HTTP/1.1 574 Host: example.org 575 Content-Type: text/plain 576 Content-Length: <x:length-of target="req2"/> 577 578 <x:span anchor="req2">Line 1 579 Line 2 580 </x:span></artwork></figure> 581 582 <figure> 583 <preamble>...with indentation:</preamble> 584 <artwork type="message/http; msgtype="request""> 585 PUT / HTTP/1.1 586 Host: example.org 587 Content-Type: text/plain 588 Content-Length: <x:length-of target="req3" indented="2"/> 589 590 <x:span anchor="req3"> Line 1 591 Line 2 592 </x:span></artwork></figure> 557 593 </section> 558 594
Note: See TracChangeset
for help on using the changeset viewer.