Michal Hybler schrieb:
I want to create a custom node type but i have a problem. I dont understand
term namespace. What this term represents? Can i set a random url?
Thanx fo explanation
Michal
Namespace URIs in JCR work the same as in XML
(<http://www.rpbourret.com/xml/NamespacesFAQ.htm>), they are used to
avoid name collisions.
Thus, you should _not_ use a random URL, but instead one you own (http,
mailto, or urn:uuid (<http://greenbytes.de/tech/webdav/rfc4122.html>)
come to mind).
Hope this helps,
Julian