saxon
Saxon throwing java.net.SocketException:
Ubuntu 10.4 JRE 1.6.0_26 SaxonHE9.3.0.5 I have a very simple script that extracts the text content from a valid html file[详细]
2023-03-28 01:41 分类:问答Filepath to xml within xlsx in c#
I\'m doing an xslt transform of the xml within an excel file using Saxon where the transform is being done on the .rels xml file within the xlsx file. I currently have a workaround in place where I ha[详细]
2023-03-26 00:17 分类:问答How to use the "about:" protocol of HTML5 in XSLT processors
The HTML5 draft specifies (at the moment at least), that the URI about:legacy-compat开发者_如何学C can be used for documents, that rely on an XML conforming doctype (which <!DOCTYPE html> isn\'t[详细]
2023-03-25 07:27 分类:问答Getting detailed error description from Saxon 9.x in .net
I have an xslt2 transform engine setted up with saxon 9.x. I have some big xml file with large xsl transformation file. I can make the transform with XQSharp XSLT2 engine, but with saxon i am getting[详细]
2023-03-22 08:19 分类:问答Saxon Xslt Processor Error
In my .net application i am trying process an xml using saxon xslt, the xslt version is 2.0. When the data is large i am getting the following error.[详细]
2023-03-21 17:32 分类:问答How to check if xml textnode has Chinese characters with RegEx in a XSLT
On this website http://gskinner.com/RegExr/ (which is a RegEx test website) this regex match works Match:[详细]
2023-03-19 02:19 分类:问答Can I do XSL transformation without explicitly provided XSL file?
I am using Transformer to perform XSL transformation from XML to XHTML: import javax.xml.transform.Transformer;[详细]
2023-03-17 05:27 分类:问答xsl for function iteration introducing unwanted spaces
I\'m generating an xml output using a base \'super\' xml file and a reference xml file to list the parts of the super-file that I need.[详细]
2023-03-16 15:16 分类:问答What is the most advantage using Saxon for .net?
I\'m working in .net 4.0 C# xslt1.0. I hesitate to migrate with saxon processor is there real différencies 开发者_如何学Goin performance?I don\'t have any performance comparisons between Microsoft\'s[详细]
2023-03-15 02:31 分类:问答Trying to simulate the XQuery function fn:idref() but without a schema
I want to search an XML document for the element that has an idrefs attribute containing a specific id. For example, given this XML document doc.xml;[详细]
2023-03-15 01:41 分类:问答