Re: Namespace issue

2006-05-03 Thread Milan Tomic
P.S. I have just noticed that your XML document doesn't have declaration for default namespace. Try changing this: http://www.w3.org/2001/XMLSchema-instance";> into: http://www.example.org/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> It might help. _

Re: Namespace issue

2006-05-03 Thread Milan Tomic
It seems that DOMOutputter have/had lots of bugs dealing with namespaces. For example, take a look into this: http://www.jdom.org/pipermail/jdom-interest/2004-April/013775.html You might consider using XMLOutputter, instead. In short, your problem is that namespace "http://www.w3.org/2000/xmln

Re: Namespace issue

2006-05-01 Thread m2 r2sj
Thanks for the reply.I have attached the XSLT below for your reference.   I did quite R&D on the XSLT signature for both DOM and JDOM and am still facing issue with namespaces.I need an expert help in resolving the namespace issue.   Here are the steps for DOM XSLT signature : 1)Set the names

Re: Namespace issue

2006-04-28 Thread Milan Tomic
We are not able to help you, unless you show us small peace of your code and XML (XSLT). I suppose that mentioned exception throws XML parser (Xerces)? In that case you might ask this question in Xerces mailing list. Btw, have you used setNamespaceAware(true) method? Best regards, Milan --- m

Namespace issue

2006-04-27 Thread m2 r2sj
I am doing an XSLT signature and validation.When i do an XSLT sign , i am not getting any error, it is working fine.But when i try to validate an XSLT , i am getting the following error. Help would be appreciated.Can any expert provide a resolution to this issue. SystemId Unknown; Line #8; Column