Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOCI/soci
/ writeStylesheetRef
Method
writeStylesheetRef
tests/catch.hpp:15727–15729 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15725
}
15726
15727
void XmlWriter::writeStylesheetRef( std::string const& url ) {
15728
m_os <<
"<?xml-stylesheet type=\"
text/xsl\
" href=\"
" << url << "
\
"?>\n"
;
15729
}
15730
15731
XmlWriter& XmlWriter::writeBlankLine() {
15732
ensureTagClosed();
Callers
1
testRunStarting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected