Search found 7 matches

by andregm
Thu May 04, 2006 1:11 pm
Forum: XML Schemas
Topic: XML Schema validation with schematron
Replies: 9
Views: 12286

thx ;)
i will try then!
Best regards,
aGM
by andregm
Wed May 03, 2006 6:58 pm
Forum: XML Schemas
Topic: XML Schema validation with schematron
Replies: 9
Views: 12286

:oops: One more thing... in my model i'm using some complex type elements for example instead of <Set1> <Element>"aaa"</Element> </Set1> i got <Set1 type ="xpto" > <Element>"aaa"</Element> </Set1> my problem is that in <xs:unique name="uniqueElement"> <xs:sele...
by andregm
Wed May 03, 2006 5:36 pm
Forum: XML Schemas
Topic: XML Schema validation with schematron
Replies: 9
Views: 12286

thx u George and Sorin!
I see that xpath is also very powerfull...
I will try to use the proposed solution to my particular case...
once again, thank u!
aGM
by andregm
Wed May 03, 2006 12:06 am
Forum: XML Schemas
Topic: XML Schema validation with schematron
Replies: 9
Views: 12286

i see that u used xpath... it is possible to use xpath only to validate the first and second? for example: set_1: {a,s,d} set_2: {a} set_3: {a,s,d,f,g} not ok because of the conflict of set_1 with set_2 but: set_1: {a,s,d} set_2: {f,g} set_3: {a,s,d,f,g} sould be fine since set is independent from t...
by andregm
Tue May 02, 2006 10:50 pm
Forum: XML Schemas
Topic: XML Schema validation with schematron
Replies: 9
Views: 12286

I will try it!
thx u!
i will feedback u soon i hope!
best regards,
aGM
by andregm
Thu Apr 27, 2006 4:25 pm
Forum: XML Schemas
Topic: XML Schema validation with schematron
Replies: 9
Views: 12286

The logic is quite simple... all i have to do is validate/check the elements of the first with the element of the others, doing this recursively, it is not necesary to perform the last valoidation i.e. the last set will never validate with the others since it have been allready checked :roll: but i ...
by andregm
Thu Apr 27, 2006 4:06 pm
Forum: XML Schemas
Topic: XML Schema validation with schematron
Replies: 9
Views: 12286

XML Schema validation with schematron

hi all, I'm new with XML language and I'm analysing if it woth the work to use or not this file format. I'm want to use XML Schemas and instance (.xml) to represent metadada information upon system... since my analysis and specification is quite complex I'm posting a little example of my problem (wh...