Skip to main content
1-Visitor
March 9, 2010
Question

Validating Module Namespaces Warning

  • March 9, 2010
  • 2 replies
  • 821 views

Hello,

I am getting "validating Module Namespace warning everytime I open a document. I believe it is because of the stylesheet that I have created. The description of the error is:

Inconsistent Prefix Usage Detected in Module: '<mystylesheetfilename>'
Original Prefix: 'xsi' Original URI: 'xsi'
Used Prefix: 'xsi1' Used URI: 'xsi'

I do not have multiple modules in my style file. Is this something that I can hide or I can fix?

Karthik

    2 replies

    March 9, 2010
    This may be a conflict between the prefixes/URIs of the stylesheet and your document. Check the namespace declarations at the top of the stylesheet and your document. It could also be that somehow you have gotten two namespace declarations in your stylesheet.

    John Dreystadt
    Software Development Director
    Arbortext - PTC
    734-352-2835
    -

    1-Visitor
    March 9, 2010

    Yes. I had XSI and XSI1 in my declaration. I removed it and just works fine.

    Thank you so much.

    Karthik