gudderudden
IS-IT--Management
hi,
I put data from a db into an xml-document that is validated against an issued (can't be edited) xsd.
The xml is then passed on to an xsl for presentation.
The problem is that I want the xsl to receive data that is not specified in the xsd.
In other words - I want to pass on data from the db without being validated.
Is there a way to exclude tags or lines from being validated?
(I tried using 'CDATA' but then the parser ignores the tag too, and I only want the xsd to ignore it).
Regards
gudderudden
I put data from a db into an xml-document that is validated against an issued (can't be edited) xsd.
The xml is then passed on to an xsl for presentation.
The problem is that I want the xsl to receive data that is not specified in the xsd.
In other words - I want to pass on data from the db without being validated.
Is there a way to exclude tags or lines from being validated?
(I tried using 'CDATA' but then the parser ignores the tag too, and I only want the xsd to ignore it).
Regards
gudderudden