2017-10-24 10 views
0

다음과 같은 xml 문서가 있습니다. AdaptationSet의 내용을 별도의 파일/문서에 보관하고 싶습니다. 그것은 가능하고 JSON-LD에서 작동하는 @id 키워드와 같은 URI를 사용하여 현재 문서에서 어떻게 든 참조 할 수 있습니까?URI를 사용하여 내부 XML 문서 참조

<MPD xmlns="urn:mpeg:DASH:schema:MPD:2011" mediaPresentationDuration="PT0H3M1.63S" minBufferTime="PT1.5S" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011" 
type="static"> 
    <Period duration="PT0H3M1.63S" start="PT0S"> 
    <AdaptationSet> 
     <ContentComponent contentType="video" id="1" /> 
     <Representation bandwidth="4190760" codecs="avc1.640028" height="1080" id="1" mimeType="video/mp4" width="1920"> 
     </Representation> 
     </AdaptationSet> 
    </Period> 
</MPD> 

답변