Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brucemiller/LaTeXML
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e56c19c38f90303af0417750b8aeb9147f812737
Choose a base ref
..
head repository: brucemiller/LaTeXML
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 32054c0ac2dc04e79a4ee3f36acb1fd009a8a5d1
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/LaTeXML/Post/XSLT.pm
2 changes: 1 addition & 1 deletion lib/LaTeXML/Post/XSLT.pm
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ sub process {
return unless $$self{stylesheet};
# # Set up the Stylesheet parameters; making pathname parameters relative to document
my %params = %{ $$self{parameters} };
# set up f:resource(src, )
# set up XSLT extension function f:resource(src, type)
$$self{stylesheet}->register_function('http://dlmf.nist.gov/LaTeXML/functions', 'resource', sub {
# values can be scalars or XML::LibXML::NodeList
my ($src, $type) = @_;