-
Hi Erika,
Though we originally did include <import> command in the very first draft of the language specification and in the paper, (like Stan mentioned) we were not able to find enough reasons to keep it.
Yes it does provide a neat way of specifying directory paths when <adapt>ing <x-frames> residing in different directories. Coz it eliminates having to specify paths...
2004-08-15 05:19:23 UTC in XML-based Variant Configuration Language
-
Since I join in the late in this discussion thread I would like to start from the beginning.
There are two issues in this discussion thread.
1. processor producing a dummy file
2. blank lines in the processor output files.
1. Processor producing a dummy file:
Ulf's was right that this is a bug in the processor that leads to producing of a dmummy file with the SPC name without any...
2004-04-22 16:53:21 UTC in XML-based Variant Configuration Language
-
Hi Hy,
I don't understand the reason for wanting to put <html> element in the DTD.
And XML has provide the escape for having HTML or any other text inside its elements. You can either use "External entities", "Internal entities" or "<![CDATA[ ]]> section.
Internal entities are already defined or default entities for escaping the charactors that XML...
2004-04-22 16:31:46 UTC in XML-based Variant Configuration Language
-
1. Problem description
--------------------------------
Situations often arise when multi-value variables are
much longer than a normal line, and whenever this is the
case, this causes readability problems when using most
development editors (which don't normally wrap long
lines).
2. Proposed feature description
--------------------------------------
The...
2004-01-13 11:35:25 UTC in XML-based Variant Configuration Language
-
1. Problem description
--------------------------------
Situations often arise when multi-value variables are
much longer than a normal line, and whenever this is the
case, this causes readability problems when using most
development editors (which don't normally wrap long
lines).
2. Proposed feature description
--------------------------------------
The...
2004-01-13 11:24:04 UTC in XML-based Variant Configuration Language
-
Yes there is. You can post feature request under "RFE". Alternatively you can click on the following link.
http://sourceforge.net/tracker/?group_id=58966&atid=489454.
2004-01-13 10:46:35 UTC in XML-based Variant Configuration Language
-
Logged In: YES
user_id=919439
The problem was in the SetMul.java class. The variable name
was not resolved before checking the validaty of the variable
name.
Only one line was needed to correct the problem. The code
sniplet of the method in SetMul.jar with the line added to
solve the problem.
protected void parseAttributes() throws XVCLException{
String...
2003-11-28 10:41:24 UTC in XML-based Variant Configuration Language
-
Jov has found a problem with <set-multi> which needs
to be investigated.
In the situation below:
<set var="sv_modName" value ="selftest"/>
<set-multi var="mv_?@sv_modName?_customActions"
value="runtest,checktest"/>
produces the following error:
xvcl.util.XVCLException:
Invalid variable name - mv_?@sv_modName?...
2003-11-28 10:40:04 UTC in XML-based Variant Configuration Language
-
Jov has found a problem with <set-multi> which needs
to be investigated.
In the situation below:
<set var="sv_modName" value ="selftest"/>
<set-multi var="mv_?@sv_modName?_customActions"
value="runtest,checktest"/>
produces the following error:
xvcl.util.XVCLException:
Invalid variable name - mv_?@sv_modName?...
2003-11-28 10:35:26 UTC in XVCL