-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev_xmlplugin' into master
- Loading branch information
Showing
29 changed files
with
26,498 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
.../cobigen-xmlplugin/src/main/java/com/devonfw/cobigen/xmlplugin/XmlTriggerInterpreter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 8 additions & 4 deletions
12
cobigen/cobigen-xmlplugin/src/main/resources/mergeSchemas/incomplete_jfs-html.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ms:merge-schema for="" xmlns:ms="http://maybeec.github.io/lexeme/mergeschema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maybeec.github.io/lexeme/mergeschema ../../../../../lexeme/src/main/resources/xsd/MergeSchema.xsd "> | ||
<ms:definition namespace="http://java.sun.com/jsf/html"/> | ||
|
||
<!-- Incomplete and dependent MergeSchema. The namespace http://java.sun.com/jsf/core needs to use the prefix 'f' --> | ||
|
||
<ms:definition location="src/main/resources/mergeSchemas/xsd/myfaces_facelets_html_2_2.xsd" type="xsd" namespace="http://xmlns.jcp.org/jsf/html"> | ||
<ms:additional-namespace location="src/main/resources/mergeSchemas/xsd/html-basic-2.0.xsd" namespace="http://java.sun.com/jsf/html"/> | ||
</ms:definition> | ||
|
||
<!-- Incomplete and dependent MergeSchema. The namespace http://java.sun.com/jsf/core needs to use the prefix 'f' --> | ||
|
||
<ms:handling for="dataTable"><ms:criterion xpath="./@id"/></ms:handling> | ||
<ms:handling for="column"><ms:criterion xpath="./*[namespace-uri()='http://java.sun.com/jsf/core' and local-name()='facet' and @name='header']/text()"/></ms:handling> | ||
<ms:handling for="define"><ms:criterion xpath="./@name"/></ms:handling> | ||
<ms:handling for="include"><ms:criterion xpath="./@src"/></ms:handling> | ||
|
||
</ms:merge-schema> |
10 changes: 10 additions & 0 deletions
10
cobigen/cobigen-xmlplugin/src/main/resources/mergeSchemas/incomplete_jsf-core.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ms:merge-schema for="" xmlns:ms="http://maybeec.github.io/lexeme/mergeschema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maybeec.github.io/lexeme/mergeschema ../../../../../lexeme/src/main/resources/xsd/MergeSchema.xsd "> | ||
<ms:definition location="src/main/resources/mergeSchemas/xsd/myfaces_facelets_core_2_1.xsd" type="xsd" namespace="http://xmlns.jcp.org/jsf/core"/> | ||
|
||
<!-- Incomplete and dependent MergeSchema. The namespace http://java.sun.com/jsf/core needs to use the prefix 'f' --> | ||
|
||
<ms:handling for="define"><ms:criterion xpath="./@name"/></ms:handling> | ||
<ms:handling for="include"><ms:criterion xpath="./@src"/></ms:handling> | ||
|
||
</ms:merge-schema> |
12 changes: 7 additions & 5 deletions
12
cobigen/cobigen-xmlplugin/src/main/resources/mergeSchemas/incomplete_jsf-facelets.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
cobigen/cobigen-xmlplugin/src/main/resources/mergeSchemas/xhtml.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
608 changes: 608 additions & 0 deletions
608
cobigen/cobigen-xmlplugin/src/main/resources/mergeSchemas/xsd/facelets-ui-2.0.xsd
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.