Tagged Questions
0
votes
1answer
94 views
Xsl transformation of html in java
I want to extract part of the html using the xsl :
<td>
<div>
<table>
<tbody>
...
2
votes
3answers
171 views
Generic way to apply an XSL to all files in a directory?
I have an XSL that transforms an XML file into a HTML file. Works great. But I would like to apply to a directory of files. Ideally a new HTML file for each XML file would be plunked down in the same ...
-1
votes
2answers
388 views
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
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet ...
3
votes
4answers
388 views
XSLT: moving a grouping html elements into section levels
I'm trying to write an XSLT that organizes an HTML file into different section levels depending on the header level. Here is my input:
<html>
<head>
<title></title>
...