Am 18.01.2012 11:42, schrieb Urs Rau (UK):
Sorry for this very much wpkg project related but nevertheless probably
slightly Off Topic question.

What free (open sourced ? / or even cross platform? ) XML Editor that
actually checks the XSD schema files are you guys using?
Now that we have xsd files for wpkg it would seem sensible to use an XML
Editor that makes good use of it?

Does anyone know if it can be added to Notepad++ , somehow?


You can utilize XSD files using the XML-Tools add-on for Notepad++.

You need to change the name-space to something like:

<packages:packages xmlns:packages="http://www.wpkg.org/packages"; xmlns:wpkg="http://www.wpkg.org/wpkg"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" >

The XML-Tools don't recognize the name-space without the "xsi:noNamespaceSchemaLocation" property.


--
Stefan P.

Top-posting:
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to