| xmlns:prefix | ใช้ในการป้องกันความสับสนในการอ้างถึง element ในกรณีที่มีชื่อเหมือนกัน |
|---|---|
| namespace ของ xml schema | ได้แก่ xmlns:xsd |
| namespace ของ xslt | ได้แก่ xmlns:xsl |
| namespace ของ function | ได้แก่ xmlns:fn |
subject:xmlns:prefix="url"
content:ใช้ในการป้องกันความสับสนในการอ้างถึง element ในกรณีที่มีการอ้างถึง element ที่ชื่อเหมือนกันแต่อยู่คนละเอกสารกัน
subject:namespace ของ xml schema
content:xmlns:xsd="http://www.w3.org/2001/XMLSchema"
subject:namespace ของ xslt
content:xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
subject:namespace ของ function
content:xmlns:fn="http://www.w3.org/2005/xpath-functions"