读书人

unparsed-entity-uri(amp;#x27;picamp;#x27;

发布时间: 2012-12-15 15:16:03 作者: rapoo

unparsed-entity-uri('pic')是什么意思
Rt
[最优解释]
The unparsed-entity-uri() function returns the URI of an unparsed entity. The name of the entity must match the passed argument. If there is no such entity an empty string is returned.

If the DTD contains the following declaration:

<!ENTITY pic SYSTEM "http://www.w3schools.com/picture.jpg" NDATA JPEG>

the following expression:

unparsed-entity-uri('pic')

will return the URI for the file "picture.jpg".

读书人网 >XML SOAP

热点推荐