xsl defining in xml

后端 未结 2 1477
难免孤独
难免孤独 2021-01-26 07:14

My first few lines in movies.xml are as follows :




        
相关标签:
2条回答
  • 2021-01-26 07:50

    had given targetnamespace as w3schools.org. that shouldn't be there. that was the problem.

    0 讨论(0)
  • 2021-01-26 07:55

    The problem appears to be that the schema file is not web accessible. It's on a B: drive accessed using the file: but the XML and XSL are probably access using http: and the browser (assuming you are viewing with a browser) won't load using file: due to security concerns. Try relocating the schema file so it can be loaded using HTTP.

    0 讨论(0)
提交回复
热议问题