@@ -23,7 +23,7 @@ Java software engineers use XML daily because `Maven` is based on XML and it has
2323
2424 <groupId >info.jab.pml</groupId >
2525 <artifactId >prompt-markup-language</artifactId >
26- <version >0.3 .0</version >
26+ <version >0.4 .0</version >
2727 <packaging >pom</packaging >
2828
2929 <name >prompt-markup-language</name >
@@ -144,7 +144,7 @@ In your prompts, you could have to include scripts like in this prompt:
144144``` xml
145145<?xml version =" 1.0" encoding =" UTF-8" ?>
146146<prompt xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
147- xsi : noNamespaceSchemaLocation =" https://jabrena.github.io/pml/schemas/0.3 .0/pml.xsd" >
147+ xsi : noNamespaceSchemaLocation =" https://jabrena.github.io/pml/schemas/0.4 .0/pml.xsd" >
148148 <title >Install Java 25 in Cursor Cloud Agent</title >
149149
150150 <role >System Administrator with expertise in Java development environments and package management for Linux systems</role >
@@ -223,7 +223,7 @@ Prompts can be defined in 3 different ways:
223223``` xml
224224<?xml version =" 1.0" encoding =" UTF-8" ?>
225225<pml-workflow xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
226- xsi : noNamespaceSchemaLocation =" https://jabrena.github.io/pml/schemas/0.3.0-SNAPSHOT /pml-workflow.xsd" >
226+ xsi : noNamespaceSchemaLocation =" https://jabrena.github.io/pml/schemas/0.4.0 /pml-workflow.xsd" >
227227 <parallel src =" prompt-toc.xml" bindResultType =" List_Integer" >
228228 <sequence model =" default" repository =" https://github.com/jabrena/wjax25-demos" >
229229 <prompt src =" prompt2.xml" bindResultExp =" $get()" />
@@ -238,10 +238,10 @@ The repository provides a CLI tool to convert PML files into Markdown in an easy
238238
239239``` bash
240240./mvnw clean package
241- java -jar cli/target/pml-to-md-0.4.0-SNAPSHOT .jar --help
242- java -jar cli/target/pml-to-md-0.4.0-SNAPSHOT .jar validate cli/src/test/resources/pml/pml-hello-world.xml
243- java -jar cli/target/pml-to-md-0.4.0-SNAPSHOT .jar convert cli/src/test/resources/pml/pml-hello-world-template.xml --template MESSAGE " Hello World"
244- java -jar cli/target/pml-to-md-0.4.0-SNAPSHOT .jar convert cli/src/test/resources/pml/pml-hello-world-template-multiple.xml --template MESSAGE " Hello World" CHANNEL " Console"
241+ java -jar cli/target/pml-to-md-0.4.0.jar --help
242+ java -jar cli/target/pml-to-md-0.4.0.jar validate cli/src/test/resources/pml/pml-hello-world.xml
243+ java -jar cli/target/pml-to-md-0.4.0.jar convert cli/src/test/resources/pml/pml-hello-world-template.xml --template MESSAGE " Hello World"
244+ java -jar cli/target/pml-to-md-0.4.0.jar convert cli/src/test/resources/pml/pml-hello-world-template-multiple.xml --template MESSAGE " Hello World" CHANNEL " Console"
245245```
246246
247247## Java Bindings
0 commit comments