XSLT: Selective Node Handling?

Up vote 0 down vote favorite share g+ share fb share tw.

I have the following xsd snippet: I want to handle xs:element tags differently than xs:group tags, while completely ignoring xs:annotation and xs:restriction tags. When I have an: xs:element tag, I want to copy it. Xs:group tag, I want the output to contain the children of the xs:group tags' tag.

Any other tag can be ignored, I don't want it in my output I've been trying to use: I don't understand why this: ...will exclude xs:annotation & xs:restriction nodes while ...returns everything while: ...never triggers: xslt link|improve this question asked Jul 9 '09 at 18:02OMG Ponies95.1k1065138 100% accept rate.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions