matthiasblaesing opened a new pull request, #8489:
URL: https://github.com/apache/netbeans/pull/8489

   NetBeans allows users to validate XML files against their grammars. XML 
Catalogs allow users to supply their own grammars and enable faster access to 
the DTD and schema files. NetBeans has to options:
   
   - Users can register their DTDs and XSDs in the "User Catalog"
   - Users can register XML catalog files (OASIS XML catalog, XCatalog, 
XMLCatalog)
   
   There are multiple problems here:
   
   1. The registered XML catalog file entries were not saved and thus only 
usable in a single session
   2. The default format for XML catalog files is the OASIS XML catalog format, 
but this was listed as second option only
   3. Registering a catalog did not give feedback, whether the catalog seemed 
to be correct
   
   With this change the problems are solved:
   
   After a restart registered catalog is still present (see the "Resolver at 
..." entry):
   
   
![grafik](https://github.com/user-attachments/assets/d408ac90-8d06-41a5-9578-7746175e8918)
   
   The first entry of the provider list is now the OASIS Catalog Resolver:
   
   
![grafik](https://github.com/user-attachments/assets/b50a2193-4e25-43b3-af87-14831e756d65)
   
   If the catalog does not yield entries, this is shown:
   
   ![Bildschirmfoto vom 2025-05-05 
18-33-56](https://github.com/user-attachments/assets/7d6e3f68-6f71-45f7-8e70-ca49b1c97e52)
   
   
   
   
   Closes: #8464


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to