head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.06.07.03.38.57; author dkazankov; state Exp; branches; next ; commitid Fjs9a61Z4ozpHOIG; desc @@ 1.1 log @ada-xmlada26: add new package version 26.0.0 Some changes from version 25.2: * Check content of the base type to match complex type * Propagate simple type for validation of the content * Fix handling of the base complexType derived from simpleType * Update expected data for tests @ text @$NetBSD: patch-tests_schema_multiple__xsd_default.gpr,v 1.1 2025/09/22 09:52:13 dkazankov Exp $ Fix project path --- tests/schema/multiple_xsd/default.gpr.orig 2024-06-20 22:52:10.000000000 +0300 +++ tests/schema/multiple_xsd/default.gpr @@@@ -1,4 +1,7 @@@@ -with "xmlada"; +with "../../../xmlada_shared"; +with "../../../sax/xmlada_sax"; +with "../../../schema/xmlada_schema"; +with "../../../input_sources/xmlada_input"; project Default is for Main use ("validate.adb"); package Binder is @