Aligning table data according to "colspec" element
28 Mar 2006 23:00:42 -0800
This is my XML file
===================
<table-wrap id="tab001" position="float">
<label>TABLE 1.</label><caption><p>Table caption Table caption Table
caption Table caption</p></caption>
<table alt-graphic="014460500423X_tab001" frame="topbot">
<tgroup cols="5">
<colspec colname="1" colwidth="7.5*"/>
<cols ...
|
Aligning table data according to "colspec" element
28 Mar 2006 23:00:26 -0800
This is my XML file
===================
<table-wrap id="tab001" position="float">
<label>TABLE 1.</label><caption><p>Table caption Table caption Table
caption Table caption</p></caption>
<table alt-graphic="014460500423X_tab001" frame="topbot">
<tgroup cols="5">
<colspec colname="1" colwidth="7.5*"/>
<cols ...
|
Aligning table data according to "colspec" element
28 Mar 2006 23:00:04 -0800
This is my XML file
===================
<table-wrap id="tab001" position="float">
<label>TABLE 1.</label><caption><p>Table caption Table caption Table
caption Table caption</p></caption>
<table alt-graphic="014460500423X_tab001" frame="topbot">
<tgroup cols="5">
<colspec colname="1" colwidth="7.5*"/>
<cols ...
|
Aligning table data according to "colspec" element
28 Mar 2006 22:59:44 -0800
This is my XML file
===================
<table-wrap id="tab001" position="float">
<label>TABLE 1.</label><caption><p>Table caption Table caption Table
caption Table caption</p></caption>
<table alt-graphic="014460500423X_tab001" frame="topbot">
<tgroup cols="5">
<colspec colname="1" colwidth="7.5*"/>
<cols ...
|
Aligning table data according to "colspec" element
28 Mar 2006 22:59:25 -0800
This is my XML file
===================
<table-wrap id="tab001" position="float">
<label>TABLE 1.</label><caption><p>Table caption Table caption Table
caption Table caption</p></caption>
<table alt-graphic="014460500423X_tab001" frame="topbot">
<tgroup cols="5">
<colspec colname="1" colwidth="7.5*"/>
<cols ...
|
Aligning table data according to the "colspec" element
28 Mar 2006 22:58:26 -0800
This is my XML file
===================
<table-wrap id="tab001" position="float">
<label>TABLE 1.</label><caption><p>Table caption Table caption Table
caption Table caption</p></caption>
<table alt-graphic="014460500423X_tab001" frame="topbot">
<tgroup cols="5">
<colspec colname="1" colwidth="7.5*"/>
<cols ...
|
Aligning table data according to the "colspec" element
28 Mar 2006 22:57:30 -0800
This is my XML file
===================
<table-wrap id="tab001" position="float">
<label>TABLE 1.</label><caption><p>Table caption Table caption Table
caption Table caption</p></caption>
<table alt-graphic="014460500423X_tab001" frame="topbot">
<tgroup cols="5">
<colspec colname="1" colwidth="7.5*"/>
<cols ...
|
|
|
Checking for document existence with IE's XSL processor
Mon, 27 Mar 2006 13:56:04 -0800
Is there any way to verify whether a document exists using the XSL processor
in IE6? More specifically, in my .xsl file, I want to use the document()
command, but I can't be sure the files I want to open exist. If they don't
exist, I'd like to be able to identify that, and just put up some "dummy
data" i ...
|
Javascript for date comparison
27 Mar 2006 07:34:07 -0800
Hello,
i have the following code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.1" xmlns:date="http://exslt.org/dates-and-times"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:js="javascript:my-extensions" extension-element-prefixe ...
|
Can XSL output valid XHTML?
Sun, 26 Mar 2006 23:45:01 -0800
Hi all,
I'm new to XSL and am trying to output valid XHTML but the transform is
choking on character entities.
For instance, the resulting XHTML needs to display the registered trademark
symbol, ®, but I can't figure out how to make it do it.
My .xsl has the entity defined <!ENTITY reg "®"> but using ...
|