diff --git a/RestWebService.war b/RestWebService.war index 0c0061d44bf4096e15ed68c30d1240b84bae5e93..23b4c86f4c39f211fcdbfe7c350f3fbd656b6fe9 100644 Binary files a/RestWebService.war and b/RestWebService.war differ diff --git a/stylesheet_v3.xsl b/stylesheet_v3.xsl index 7f90f48749da398d947613b431d9adacc38ea445..2e8542e37ff1381a4d2db982fa6309d8114ccbe8 100644 --- a/stylesheet_v3.xsl +++ b/stylesheet_v3.xsl @@ -1,7 +1,7 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > <xsl:template match="/"> - <planes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:///C:/Users/Julian/Desktop/xml/xml_database_v3_schema.xsd"> + <planes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="localhost:8080/xml/xml_database_v3_schema.xsd"> <xsl:apply-templates/> </planes> </xsl:template>