c# - error message The URI does not identify an external Java class -


I'm new to XSL, and thus new to using scripts within XSL.

I have taken example code (using C #) and converted it to my own use .. but it does not work.

Edit: This code works in Visual Studio. The error is only generated in oxygen .. I still want to get rid of the error in oxygen, so any insights Is appreciated! Code> & lt; Xsl: stylesheet version = "1.0" xmlns: xsl = "http://www.w3.org/1999/xsl/transform" xmlns: msaxl = "vase: schema-microsoft-com: xslt" out-result-prefixes = "MSXL" xmlns: tok = "Color: CS-script" & gt; ... ... ... & lt; / Xsl: Templates & gt; & Lt; Xsl: variable name = "temp" & gt; & Lt; Xsl: Select Value = "Token: getlist ('AAA BBB CCC', '')" /> & Lt; / XSL: variable & gt; & Lt; Msxsl: script language = "c #" applied-prefix = "torque" & gt; & Lt ;! [Cdata [public string [] getlist (string str, four [] delim) {return str.Split (delim, StringSplitOptions.None); } Public string getString (string [] list, int i) {return list [i]; }] & Gt; & Lt; / Msxsl: script & gt; & Lt; / XSL: stylesheet & gt;

announcement

  xmlns: tok = "kalash : CS-script " 

refers to the function created in C # in your XSLT. Oxygen is built in Java, and thus can not load / compile the C # derived callback function.

If you want to remove the error in oxygen, then delete the C # specific callback function (which will work in only one net environment).


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -