✍️
Namespace
  • Namespace
  • XML
  • HTML
  • Kubernets
  • python
Powered by GitBook
On this page

Was this helpful?

XML

  • Schema:

    • xmlns attribute to define namspace.

    • To validate the corresponding tag.

      file format: dtd, xsl

  • Example

    <root xmlns= ...> <ns1:aaa /> <ns2:bbb /> </root>

    In the xml, there are 2 namespaces : ns1, ns2,

PreviousNamespaceNextHTML

Last updated 4 years ago

Was this helpful?