Mailing List
Home
Forum Home
Cocoon - MVC web framework based on XML/XSL
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Log4J - A log library
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database, Microsoft SQL server ...
MySQL - an open source database
Red Hat Linux Installation and Config discussions ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Servlet File Download dialog problem (IE6,Adobe 6 0)
Proposal: Adding jar manifest classpath in jar and war plugins
Unsupported major minor version 48 0 problem while running the an
   telope task
java security AccessControlException: access denied (java io FilePermission
axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
jsp data into Excel
Classpath problem
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Running junit tests fails
XDoclet, Struts and Maven: Where to start? SOLUTION
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
AXIS: tomcat timeout ?
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Xforms and Schematron

Xforms and Schematron

2003-05-15       - By Sebastian Gil

 Back
Reply:     1     2  

Hi there!

I've succesfully installed Cocoon 2.1 and decided to use super sexy XForms
in
my app. So I have few questions:

1. Is possible to use regular expression in schematron assert test? Or
anywhere
else in Shematron schema?
2. How to access other axis from a rule? For example:

<rule context="/postalCode1">
<assert test="string-length(.) = 2 and floor(.) = number(.) and
not(contains(.,'-'))
and string-length(//postalCode2) = 3 and floor(//postalCode2) =
number(//postalCode2) and not(contains(//postalCode2,'-'))"/>
</rule>

doesn't work

<rule context="/postalCode1">
<assert test="string-length(.) = 2 and floor(.) = number(.) and
not(contains(.,'-'))
and string-length(parent::node()/postalCode2) = 3 and floor(parent::node()
/postalCode2) = number(parent::node()/postalCode2) and
not(contains(parent::node()/postalCode2,'-'))"/>
</rule>

doesn't work either.
So how it's possible to make a rule based on two or more attributes, for
example for
password and password repeat comparation?

Regards and thanks in advance for any hints on Schematron subject.

Sebastian Gil

--
Jedynym sposobem na pozbycie sie pokusy, to uleganie jej.

mailto: create@(protected)
http://create.e-informatyka.pl

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: cocoon-users-unsubscribe@(protected)
For additional commands, e-mail: cocoon-users-help@(protected)